Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dnamespace.c3935 struct path newmount; in SYSCALL_DEFINE3() local
3997 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
3998 if (IS_ERR(newmount.mnt)) { in SYSCALL_DEFINE3()
3999 ret = PTR_ERR(newmount.mnt); in SYSCALL_DEFINE3()
4002 newmount.dentry = dget(fc->root); in SYSCALL_DEFINE3()
4003 newmount.mnt->mnt_flags = mnt_flags; in SYSCALL_DEFINE3()
4017 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
4022 mntget(newmount.mnt); in SYSCALL_DEFINE3()
4027 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
4029 dissolve_on_fput(newmount.mnt); in SYSCALL_DEFINE3()
[all …]
/Linux-v6.6/Documentation/filesystems/
Dramfs-rootfs-initramfs.rst127 with the new root (cd /newmount; mount --move . /; chroot .), attach