Home
last modified time | relevance | path

Searched refs:MOVE_MOUNT_F_EMPTY_PATH (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/move_mount/
Dmove_mount02.c23 {"invalid-from-fd", &invalid_fd, "", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH, EBADF},
24 {"invalid-from-path", &fsmfd, "invalid", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH, ENOENT},
25 {"invalid-to-fd", &fsmfd, "", -1, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH, EBADF},
26 {"invalid-to-path", &fsmfd, "", AT_FDCWD, "invalid", MOVE_MOUNT_F_EMPTY_PATH, ENOENT},
Dmove_mount01.c20 TCASE_ENTRY(MOVE_MOUNT_F_EMPTY_PATH),
60 tc->flags | MOVE_MOUNT_F_EMPTY_PATH)); in run()
/third_party/ltp/testcases/kernel/syscalls/open_tree/
Dopen_tree01.c50 MOVE_MOUNT_F_EMPTY_PATH)); in run()
/third_party/ltp/testcases/kernel/syscalls/fsopen/
Dfsopen01.c53 MOVE_MOUNT_F_EMPTY_PATH)); in run()
/third_party/ltp/include/lapi/
Dfsmount.h81 #define MOVE_MOUNT_F_EMPTY_PATH 0x00000004 /* Empty from path permitted */ macro
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
Dfsconfig01.c70 MOVE_MOUNT_F_EMPTY_PATH)); in run()
/third_party/ltp/testcases/kernel/syscalls/fsmount/
Dfsmount01.c75 TEST(move_mount(mfd, "", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH)); in run()