Searched refs:move_mount (Results 1 – 15 of 15) sorted by relevance
/linux/samples/vfs/ |
H A D | test-fsmount.c | 88 static inline int move_mount(int from_dfd, const char *from_pathname, in move_mount() function 122 if (move_mount(mfd, "", AT_FDCWD, "/mnt", MOVE_MOUNT_F_EMPTY_PATH) < 0) { in main()
|
/linux/tools/perf/trace/beauty/ |
H A D | Build | 12 perf-y += move_mount.o
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 346 429 n64 move_mount sys_move_mount
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 355 429 common move_mount sys_move_mount
|
H A D | syscall_32.tbl | 437 429 i386 move_mount sys_move_mount
|
/linux/scripts/ |
H A D | syscall.tbl | 372 429 common move_mount sys_move_mount
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 355 429 common move_mount sys_move_mount
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 522 429 common move_mount sys_move_mount
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 434 429 common move_mount sys_move_mount sys_move_mount
|
/linux/include/linux/ |
H A D | lsm_hook_defs.h | 82 LSM_HOOK(int, 0, move_mount, const struct path *from_path,
|
/linux/security/landlock/ |
H A D | fs.c | 1655 LSM_HOOK_INIT(move_mount, hook_move_mount),
|
/linux/security/apparmor/ |
H A D | lsm.c | 1438 LSM_HOOK_INIT(move_mount, apparmor_move_mount),
|
/linux/security/ |
H A D | security.c | 1658 return call_int_hook(move_mount, from_path, to_path); in security_move_mount()
|
/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1689 TEST_F_FORK(layout1, move_mount) in TEST_F_FORK() argument
|
/linux/security/selinux/ |
H A D | hooks.c | 7171 LSM_HOOK_INIT(move_mount, selinux_move_mount),
|