Home
last modified time | relevance | path

Searched refs:TEST_EROFS (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/lchown/
Dlchown03.c46 #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/
Drename11.c45 #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/
Dacct01.c36 #define TEST_EROFS "mntpoint/file" macro
66 {TEST_EROFS, "EROFS", EROFS, NULL, NULL},
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c44 #define TEST_EROFS "mntpoint" macro
75 {TEST_EROFS, TEST_EROFS2, 0, EROFS, setup_erofs, NULL},