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 …]
43 pivot_root
9 which configures the device, then pivot_root(8) in to it.
113 pivot_root . mnt
141 a pivot_root to NFS.
140 filesystem via linuxrc and use the pivot_root syscall. The initrd is
161 151 n64 pivot_root sys_pivot_root
55 41 common pivot_root sys_pivot_root
167 155 common pivot_root sys_pivot_root
232 217 i386 pivot_root sys_pivot_root
263 203 common pivot_root sys_pivot_root
228 217 common pivot_root sys_pivot_root sys_pivot_root
480 topology, whether via :manpage:`mount(2)` or :manpage:`pivot_root(2)`.
4388 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument