Home
last modified time | relevance | path

Searched refs:move_mount (Results 1 – 24 of 24) sorted by relevance

/systemd-251/src/home/
Dhomework-mount.c293 r = move_mount(mount_fd, "", AT_FDCWD, target, MOVE_MOUNT_F_EMPTY_PATH); in home_shift_uid()
295 … r = move_mount(mount_fd, "", dir_fd, "", MOVE_MOUNT_F_EMPTY_PATH|MOVE_MOUNT_T_EMPTY_PATH); in home_shift_uid()
/systemd-251/src/basic/
Dsyscall-list.txt223 move_mount
Dsyscalls-alpha.txt223 move_mount 539
Dsyscalls-arc.txt223 move_mount 429
Dsyscalls-arm.txt223 move_mount 429
Dsyscalls-arm64.txt223 move_mount 429
Dsyscalls-i386.txt223 move_mount 429
Dsyscalls-ia64.txt223 move_mount 1453
Dsyscalls-loongarch64.txt223 move_mount 429
Dsyscalls-m68k.txt223 move_mount 429
Dsyscalls-mips64.txt223 move_mount 5429
Dsyscalls-mips64n32.txt223 move_mount 6429
Dsyscalls-mipso32.txt223 move_mount 4429
Dsyscalls-powerpc.txt223 move_mount 429
Dsyscalls-powerpc64.txt223 move_mount 429
Dsyscalls-riscv32.txt223 move_mount 429
Dsyscalls-riscv64.txt223 move_mount 429
Dsyscalls-s390.txt223 move_mount 429
Dsyscalls-s390x.txt223 move_mount 429
Dsyscalls-sparc.txt223 move_mount 429
Dsyscalls-x86_64.txt223 move_mount 429
Dmissing_syscall.h591 # define move_mount missing_move_mount macro
/systemd-251/src/shared/
Dmount-util.c1125 if (move_mount(mount_fd, "", -1, p, MOVE_MOUNT_F_EMPTY_PATH) < 0) in remount_idmap()
/systemd-251/
Dmeson.build562 ['move_mount', '''#include <sys/mount.h>'''],