Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Dinitrd.txt40 pivot_root system call
104 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 in
212 The root change is accomplished with the pivot_root system call, which
213 is also available via the pivot_root utility (see pivot_root(8) man
214 page; pivot_root is distributed with util-linux version 2.10h or higher
215 [3]). pivot_root moves the current root to a directory under the new
217 must exist before calling pivot_root. Example:
221 # pivot_root . initrd
235 Note: implementation details of pivot_root may change with time. In order
[all …]
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S138 ENTRY_SAME(pivot_root)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h210 SYSCALL_SPU(pivot_root)
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt111 pivot_root . mnt
/linux-4.1.27/Documentation/arm/
DIXP4xx141 a pivot_root to NFS.
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c148 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
/linux-4.1.27/Documentation/early-userspace/
DREADME137 filesystem via linuxrc and use the pivot_root syscall. The initrd is
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl164 155 common pivot_root sys_pivot_root
Dsyscall_32.tbl226 217 i386 pivot_root sys_pivot_root
/linux-4.1.27/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-4.1.27/fs/
Dnamespace.c2968 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument