Searched refs:MOVE_MOUNT_F_EMPTY_PATH (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/move_mount/ |
D | move_mount02.c | 23 {"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},
|
D | move_mount01.c | 20 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/ |
D | open_tree01.c | 50 MOVE_MOUNT_F_EMPTY_PATH)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fsopen/ |
D | fsopen01.c | 53 MOVE_MOUNT_F_EMPTY_PATH)); in run()
|
/third_party/ltp/include/lapi/ |
D | fsmount.h | 81 #define MOVE_MOUNT_F_EMPTY_PATH 0x00000004 /* Empty from path permitted */ macro
|
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
D | fsconfig01.c | 70 MOVE_MOUNT_F_EMPTY_PATH)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fsmount/ |
D | fsmount01.c | 75 TEST(move_mount(mfd, "", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH)); in run()
|