HomeSort by relevance Sort by last modified time
    Searched refs:TEST_EROFS (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/lchown/
lchown03.c 46 #define TEST_EROFS "mntpoint"
57 {TEST_EROFS, EROFS},
111 SAFE_MKDIR(cleanup, TEST_EROFS, DIR_MODE);
112 if (mount(device, TEST_EROFS, fs_type, MS_RDONLY, NULL) < 0) {
144 if (mount_flag && tst_umount(TEST_EROFS) < 0)
  /external/ltp/testcases/kernel/syscalls/rename/
rename11.c 45 #define TEST_EROFS "mntpoint/test_erofs"
63 static void test_erofs(void);
66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink };
115 SAFE_TOUCH(cleanup, TEST_EROFS, 0644, NULL);
153 static void test_erofs(void) function
160 TEST(rename(TEST_EROFS, TEST_NEW_EROFS));
  /external/ltp/testcases/kernel/syscalls/linkat/
linkat02.c 46 #define TEST_EROFS "mntpoint"
77 {TEST_EROFS, TEST_EROFS2, 0, EROFS, setup_erofs, NULL},

Completed in 44 milliseconds