Home
last modified time | relevance | path

Searched refs:MNT_POINT (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename03.c19 #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 Drename13.c18 #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 Drename10.c18 #define MNT_POINT "mntpoint" macro
25 SAFE_CHDIR(MNT_POINT); in setup()
40 .mntpoint = MNT_POINT,
H A Drename07.c19 #define MNT_POINT "mntpoint" macro
25 SAFE_CHDIR(MNT_POINT); in setup()
41 .mntpoint = MNT_POINT,
H A Drename08.c18 #define MNT_POINT "mntpoint" macro
24 SAFE_CHDIR(MNT_POINT); in setup()
41 .mntpoint = MNT_POINT,
H A Drename05.c18 #define MNT_POINT "mntpoint" macro
24 SAFE_CHDIR(MNT_POINT); in setup()
40 .mntpoint = MNT_POINT,
H A Drename06.c18 #define MNT_POINT "mntpoint" macro
24 SAFE_CHDIR(MNT_POINT); in setup()
40 .mntpoint = MNT_POINT,
H A Drename04.c18 #define MNT_POINT "mntpoint" macro
25 SAFE_CHDIR(MNT_POINT); in setup()
47 .mntpoint = MNT_POINT,
H A Drename12.c20 #define MNT_POINT "mntpoint" macro
35 SAFE_CHDIR(MNT_POINT); in setup()
59 .mntpoint = MNT_POINT,
H A Drename01.c17 #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 Dutime05.c25 #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 Dutime04.c22 #define MNT_POINT "mntpoint" macro
23 #define TEMP_FILE MNT_POINT"/tmp_file"
58 .mntpoint = MNT_POINT,
H A Dutime06.c27 #define MNT_POINT "mntpoint" macro
42 {MNT_POINT, EROFS, NULL, "Read-only filesystem"}
71 .mntpoint = MNT_POINT,
H A Dutime01.c21 #define MNT_POINT "mntpoint" macro
22 #define TEMP_FILE MNT_POINT"/tmp_file"
67 .mntpoint = MNT_POINT,
H A Dutime02.c26 #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 Dmknodat02.c47 #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 Dstatfs01.c17 #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 Dfstatfs01.c18 #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 Dstatvfs01.c19 #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 Dmknod07.c55 #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 Dfchmod06.c19 #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 Dfchown04.c28 #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 Daccess04.c42 #define MNT_POINT "mntpoint" macro
111 .mntpoint = MNT_POINT,
120 {&mnt_point, .str = MNT_POINT},
/third_party/ltp/testcases/kernel/syscalls/rmdir/
H A Drmdir02.c29 #define MNT_POINT "mntpoint" macro
48 {MNT_POINT, EBUSY},
107 .mntpoint = MNT_POINT,
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod06.c38 #define MNT_POINT "mntpoint" macro
64 {MNT_POINT, FILE_MODE, EROFS, NULL, NULL},
147 .mntpoint = MNT_POINT,

Completed in 6 milliseconds

12