Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamespace.c3946 struct path newmount; in SYSCALL_DEFINE3() local
4008 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
4009 if (IS_ERR(newmount.mnt)) { in SYSCALL_DEFINE3()
4010 ret = PTR_ERR(newmount.mnt); in SYSCALL_DEFINE3()
4013 newmount.dentry = dget(fc->root); in SYSCALL_DEFINE3()
4014 newmount.mnt->mnt_flags = mnt_flags; in SYSCALL_DEFINE3()
4028 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
4033 mntget(newmount.mnt); in SYSCALL_DEFINE3()
4038 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
4040 dissolve_on_fput(newmount.mnt); in SYSCALL_DEFINE3()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst127 with the new root (cd /newmount; mount --move . /; chroot .), attach