Home
last modified time | relevance | path

Searched refs:path_pivot_root (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dinit.c30 return path_pivot_root(&new_path, &old_path); in init_pivot_root()
H A Dinternal.h95 int path_pivot_root(struct path *new, struct path *old);
H A Dnamespace.c4630 int path_pivot_root(struct path *new, struct path *old) in path_pivot_root() function
4743 return path_pivot_root(&new, &old); in SYSCALL_DEFINE2()