Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/admin-guide/
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-v4.19/Documentation/power/
Dswsusp-dmcrypt.txt111 pivot_root . mnt
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h211 SYSCALL_SPU(pivot_root)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S138 ENTRY_SAME(pivot_root)
/Linux-v4.19/Documentation/arm/
DIXP4xx141 a pivot_root to NFS.
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c117 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl166 155 common pivot_root __x64_sys_pivot_root
Dsyscall_32.tbl231 217 i386 pivot_root sys_pivot_root __ia32_sys_pivot_root
/Linux-v4.19/Documentation/early-userspace/
DREADME137 filesystem via linuxrc and use the pivot_root syscall. The initrd is
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl166 155 common pivot_root __x64_sys_pivot_root
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl235 218 common pivot_root sys_pivot_root
/Linux-v4.19/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt118 - When switching another root device, initrd would pivot_root and then
119 umount the ramdisk. But initramfs is rootfs: you can neither pivot_root
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl228 217 common pivot_root sys_pivot_root compat_sys_pivot_root
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl228 217 common pivot_root sys_pivot_root compat_sys_pivot_root
/Linux-v4.19/fs/
Dnamespace.c3070 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument