Searched refs:pivot_root (Results 1 – 15 of 15) sorted by relevance
40 pivot_root system call105 :manpage:`pivot_root(2)` man page.162 etc. Note however that it is usually possible to use pivot_root in228 The root change is accomplished with the pivot_root system call, which229 is also available via the ``pivot_root`` utility (see :manpage:`pivot_root(8)`230 man page; ``pivot_root`` is distributed with util-linux version 2.10h or higher231 [#f3]_). ``pivot_root`` moves the current root to a directory under the new233 must exist before calling ``pivot_root``. Example::237 # pivot_root . initrd251 Note: implementation details of pivot_root may change with time. In order[all …]
111 pivot_root . mnt
211 SYSCALL_SPU(pivot_root)
138 ENTRY_SAME(pivot_root)
141 a pivot_root to NFS.
117 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
166 155 common pivot_root __x64_sys_pivot_root
231 217 i386 pivot_root sys_pivot_root __ia32_sys_pivot_root
137 filesystem via linuxrc and use the pivot_root syscall. The initrd is
235 218 common pivot_root sys_pivot_root
118 - When switching another root device, initrd would pivot_root and then119 umount the ramdisk. But initramfs is rootfs: you can neither pivot_root
228 217 common pivot_root sys_pivot_root compat_sys_pivot_root
3070 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument