Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dnamespace.c3590 struct path newmount; in SYSCALL_DEFINE3() local
3652 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
3653 if (IS_ERR(newmount.mnt)) { in SYSCALL_DEFINE3()
3654 ret = PTR_ERR(newmount.mnt); in SYSCALL_DEFINE3()
3657 newmount.dentry = dget(fc->root); in SYSCALL_DEFINE3()
3658 newmount.mnt->mnt_flags = mnt_flags; in SYSCALL_DEFINE3()
3672 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
3677 mntget(newmount.mnt); in SYSCALL_DEFINE3()
3682 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
3684 dissolve_on_fput(newmount.mnt); in SYSCALL_DEFINE3()
[all …]
/Linux-v5.15/Documentation/filesystems/
Dramfs-rootfs-initramfs.rst128 with the new root (cd /newmount; mount --move . /; chroot .), attach