Searched refs:TEST_EROFS (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown03.c | 46 #define TEST_EROFS "mntpoint" macro 57 {TEST_EROFS, EROFS}, 111 SAFE_MKDIR(cleanup, TEST_EROFS, DIR_MODE); in setup() 112 SAFE_MOUNT(cleanup, device, TEST_EROFS, fs_type, MS_RDONLY, NULL); in setup() 141 if (mount_flag && tst_umount(TEST_EROFS) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 45 #define TEST_EROFS "mntpoint/test_erofs" macro 112 SAFE_TOUCH(cleanup, TEST_EROFS, 0644, NULL); in setup() 155 TEST(rename(TEST_EROFS, TEST_NEW_EROFS)); in test_erofs()
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct01.c | 36 #define TEST_EROFS "mntpoint/file" macro 66 {TEST_EROFS, "EROFS", EROFS, NULL, NULL},
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 44 #define TEST_EROFS "mntpoint" macro 75 {TEST_EROFS, TEST_EROFS2, 0, EROFS, setup_erofs, NULL},
|