Searched refs:pivot_root (Results 1 – 11 of 11) sorted by relevance
40 pivot_root system call104 The name is not relevant. More details can be found on the pivot_root(2)152 etc. Note however that it is usually possible to use pivot_root in212 The root change is accomplished with the pivot_root system call, which213 is also available via the pivot_root utility (see pivot_root(8) man214 page; pivot_root is distributed with util-linux version 2.10h or higher215 [3]). pivot_root moves the current root to a directory under the new217 must exist before calling pivot_root. Example:221 # pivot_root . initrd235 Note: implementation details of pivot_root may change with time. In order[all …]
138 ENTRY_SAME(pivot_root)
210 SYSCALL_SPU(pivot_root)
111 pivot_root . mnt
141 a pivot_root to NFS.
148 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
137 filesystem via linuxrc and use the pivot_root syscall. The initrd is
164 155 common pivot_root sys_pivot_root
226 217 i386 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
2968 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument