Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt28 (c) Call do_add_mount() to install the new vfsmount into the namespace's
32 If the mountpoint will be automatically expired, then do_add_mount()
71 (4) In step (2c) above, the call to do_add_mount() should be provided with a
Dsharedsubtree.txt886 There are two exceptions: do_add_mount() and clone_mnt().
/linux-4.1.27/fs/
Dnamespace.c2318 static int do_add_mount(struct mount *newmnt, struct path *path, int mnt_flags) in do_add_mount() function
2409 err = do_add_mount(real_mount(mnt), path, mnt_flags); in do_new_mount()
2430 err = do_add_mount(mnt, path, path->mnt->mnt_flags | MNT_SHRINKABLE); in finish_automount()