Home
last modified time | relevance | path

Searched refs:do_add_mount (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/
Dnamespace.c2329 static int do_add_mount(struct mount *newmnt, struct path *path, int mnt_flags) in do_add_mount() function
2418 err = do_add_mount(real_mount(mnt), path, mnt_flags); in do_new_mount()
2439 err = do_add_mount(mnt, path, path->mnt->mnt_flags | MNT_SHRINKABLE); in finish_automount()
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt886 There are two exceptions: do_add_mount() and clone_mnt().