Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamespace.c3954 struct path newmount; in SYSCALL_DEFINE3() local
4016 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
4017 if (IS_ERR(newmount.mnt)) { in SYSCALL_DEFINE3()
4018 ret = PTR_ERR(newmount.mnt); in SYSCALL_DEFINE3()
4021 newmount.dentry = dget(fc->root); in SYSCALL_DEFINE3()
4022 newmount.mnt->mnt_flags = mnt_flags; in SYSCALL_DEFINE3()
4036 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
4041 mntget(newmount.mnt); in SYSCALL_DEFINE3()
4046 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
4048 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