/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename03.c | 19 #define MNT_POINT "mntpoint" macro 20 #define OLD_FILE_NAME MNT_POINT"/oldfile" 21 #define NEW_FILE_NAME MNT_POINT"/newfile" 22 #define OLD_DIR_NAME MNT_POINT"/olddir" 23 #define NEW_DIR_NAME MNT_POINT"/newdir" 71 .mntpoint = MNT_POINT,
|
H A D | rename13.c | 18 #define MNT_POINT "mntpoint" macro 19 #define TEMP_FILE1 MNT_POINT"/tmpfile1" 20 #define TEMP_FILE2 MNT_POINT"/tmpfile2" 46 .mntpoint = MNT_POINT,
|
H A D | rename10.c | 18 #define MNT_POINT "mntpoint" macro 25 SAFE_CHDIR(MNT_POINT); in setup() 40 .mntpoint = MNT_POINT,
|
H A D | rename07.c | 19 #define MNT_POINT "mntpoint" macro 25 SAFE_CHDIR(MNT_POINT); in setup() 41 .mntpoint = MNT_POINT,
|
H A D | rename08.c | 18 #define MNT_POINT "mntpoint" macro 24 SAFE_CHDIR(MNT_POINT); in setup() 41 .mntpoint = MNT_POINT,
|
H A D | rename05.c | 18 #define MNT_POINT "mntpoint" macro 24 SAFE_CHDIR(MNT_POINT); in setup() 40 .mntpoint = MNT_POINT,
|
H A D | rename06.c | 18 #define MNT_POINT "mntpoint" macro 24 SAFE_CHDIR(MNT_POINT); in setup() 40 .mntpoint = MNT_POINT,
|
H A D | rename04.c | 18 #define MNT_POINT "mntpoint" macro 25 SAFE_CHDIR(MNT_POINT); in setup() 47 .mntpoint = MNT_POINT,
|
H A D | rename12.c | 20 #define MNT_POINT "mntpoint" macro 35 SAFE_CHDIR(MNT_POINT); in setup() 59 .mntpoint = MNT_POINT,
|
H A D | rename01.c | 17 #define MNT_POINT "mntpoint" macro 35 SAFE_CHDIR(MNT_POINT); in setup() 81 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
H A D | utime05.c | 25 #define MNT_POINT "mntpoint" macro 26 #define TEMP_FILE MNT_POINT"/tmp_file" 44 SAFE_CHMOD(MNT_POINT, MODE_RWX); in setup() 72 .mntpoint = MNT_POINT,
|
H A D | utime04.c | 22 #define MNT_POINT "mntpoint" macro 23 #define TEMP_FILE MNT_POINT"/tmp_file" 58 .mntpoint = MNT_POINT,
|
H A D | utime06.c | 27 #define MNT_POINT "mntpoint" macro 42 {MNT_POINT, EROFS, NULL, "Read-only filesystem"} 71 .mntpoint = MNT_POINT,
|
H A D | utime01.c | 21 #define MNT_POINT "mntpoint" macro 22 #define TEMP_FILE MNT_POINT"/tmp_file" 67 .mntpoint = MNT_POINT,
|
H A D | utime02.c | 26 #define MNT_POINT "mntpoint" macro 27 #define TEMP_FILE MNT_POINT"/tmp_file" 83 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
H A D | mknodat02.c | 47 #define MNT_POINT "mntpoint" macro 127 SAFE_MKDIR(cleanup, MNT_POINT, DIR_MODE); in setup() 128 SAFE_MOUNT(cleanup, device, MNT_POINT, fs_type, MS_RDONLY, NULL); in setup() 130 dir_fd = SAFE_OPEN(cleanup, MNT_POINT, O_DIRECTORY); in setup() 171 if (mount_flag && tst_umount(MNT_POINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/statfs/ |
H A D | statfs01.c | 17 #define MNT_POINT "mntpoint" macro 18 #define TEMP_FILE MNT_POINT"/testfile" 41 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/fstatfs/ |
H A D | fstatfs01.c | 18 #define MNT_POINT "mntpoint" macro 19 #define TEMP_FILE MNT_POINT"/test_file" 64 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/statvfs/ |
H A D | statvfs01.c | 19 #define MNT_POINT "mntpoint" macro 20 #define TEST_PATH MNT_POINT"/testfile" 61 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod07.c | 55 #define MNT_POINT "mntpoint" macro 133 SAFE_MKDIR(cleanup, MNT_POINT, DIR_MODE); in setup() 134 SAFE_MOUNT(cleanup, device, MNT_POINT, fs_type, MS_RDONLY, NULL); in setup() 177 if (mount_flag && tst_umount(MNT_POINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod06.c | 19 #define MNT_POINT "mntpoint" macro 61 fd3 = SAFE_OPEN(MNT_POINT"/file", O_RDONLY); in setup() 85 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown04.c | 28 #define MNT_POINT "mntpoint" macro 51 fd3 = SAFE_OPEN(MNT_POINT, O_RDONLY); in setup() 81 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access04.c | 42 #define MNT_POINT "mntpoint" macro 111 .mntpoint = MNT_POINT, 120 {&mnt_point, .str = MNT_POINT},
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir02.c | 29 #define MNT_POINT "mntpoint" macro 48 {MNT_POINT, EBUSY}, 107 .mntpoint = MNT_POINT,
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod06.c | 38 #define MNT_POINT "mntpoint" macro 64 {MNT_POINT, FILE_MODE, EROFS, NULL, NULL}, 147 .mntpoint = MNT_POINT,
|