Home
last modified time | relevance | path

Searched refs:pivot_root (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/admin-guide/
H A Dinitrd.rst40 pivot_root system call
105 :manpage:`pivot_root(2)` man page.
162 etc. Note however that it is usually possible to use pivot_root in
228 The root change is accomplished with the pivot_root system call, which
229 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 higher
231 [#f3]_). ``pivot_root`` moves the current root to a directory under the new
233 must exist before calling ``pivot_root``. Example::
237 # pivot_root . initrd
251 Note: implementation details of pivot_root may change with time. In order
[all …]
/linux/tools/perf/trace/strace/groups/
H A Dstring43 pivot_root
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst9 which configures the device, then pivot_root(8) in to it.
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst113 pivot_root . mnt
/linux/Documentation/arch/arm/
H A Dixp4xx.rst141 a pivot_root to NFS.
/linux/Documentation/driver-api/early-userspace/
H A Dearly_userspace_support.rst140 filesystem via linuxrc and use the pivot_root syscall. The initrd is
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl161 151 n64 pivot_root sys_pivot_root
/linux/scripts/
H A Dsyscall.tbl55 41 common pivot_root sys_pivot_root
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl167 155 common pivot_root sys_pivot_root
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl167 155 common pivot_root sys_pivot_root
H A Dsyscall_32.tbl232 217 i386 pivot_root sys_pivot_root
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl263 203 common pivot_root sys_pivot_root
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl228 217 common pivot_root sys_pivot_root sys_pivot_root
/linux/Documentation/userspace-api/
H A Dlandlock.rst480 topology, whether via :manpage:`mount(2)` or :manpage:`pivot_root(2)`.
/linux/fs/
H A Dnamespace.c4388 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument