Searched refs:do_add_mount (Results 1 – 3 of 3) sorted by relevance
28 (c) Call do_add_mount() to install the new vfsmount into the namespace's32 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
886 There are two exceptions: do_add_mount() and clone_mnt().
2318 static int do_add_mount(struct mount *newmnt, struct path *path, int mnt_flags) in do_add_mount() function2409 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()