/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename13.c | 117 SAFE_STAT(cleanup, mname, &buf2); in main() 120 SAFE_STAT(cleanup, fname, &buf1); in main() 164 SAFE_STAT(cleanup, fname, &buf1); in setup()
|
D | rename01.c | 136 SAFE_STAT(cleanup, TC[i].name2, &buf1); in main() 193 SAFE_STAT(cleanup, fname, &buf1); in setup() 201 SAFE_STAT(cleanup, fdir, &buf1); in setup()
|
D | rename03.c | 133 SAFE_STAT(cleanup, TC[i].name2, &buf2); in main() 200 SAFE_STAT(cleanup, fname, &buf1); in setup2() 210 SAFE_STAT(cleanup, fdir, &buf1); in setup2()
|
D | rename04.c | 153 SAFE_STAT(cleanup, fdir, &buf1); in setup() 164 SAFE_STAT(cleanup, mdir, &buf2); in setup()
|
D | rename05.c | 143 SAFE_STAT(cleanup, fname, &buf1); in setup() 156 SAFE_STAT(cleanup, mdir, &buf2); in setup()
|
D | rename07.c | 128 SAFE_STAT(cleanup, fdir, &buf1); in setup() 136 SAFE_STAT(cleanup, mname, &buf2); in setup()
|
D | rename06.c | 144 SAFE_STAT(cleanup, fdir, &buf1); in setup() 155 SAFE_STAT(cleanup, mdir, &buf2); in setup()
|
/third_party/ltp/lib/ |
D | tst_fs_link_count.c | 52 SAFE_STAT(cleanup, dir, &s); in tst_fs_fill_hardlinks_() 69 SAFE_STAT(cleanup, base_filename, &s); in tst_fs_fill_hardlinks_() 116 SAFE_STAT(cleanup, dir, &s); in tst_fs_fill_subdirs_() 144 SAFE_STAT(cleanup, dir, &s); in tst_fs_fill_subdirs_()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat08.c | 55 SAFE_STAT(name, &buf); in file_test() 83 SAFE_STAT(DIR_A, &buf); in run() 96 SAFE_STAT(DIR_B, &buf); in run()
|
D | creat09.c | 63 SAFE_STAT(WORKDIR, &buf); in setup() 82 SAFE_STAT(name, &buf); in file_test()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open10.c | 54 SAFE_STAT(name, &buf); in file_test() 81 SAFE_STAT(DIR_A, &buf); in run() 94 SAFE_STAT(DIR_B, &buf); in run()
|
D | open12.c | 161 SAFE_STAT(cleanup, TEST_FILE, &old_stat); in test_noatime() 173 SAFE_STAT(cleanup, TEST_FILE, &new_stat); in test_noatime()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link02.c | 31 SAFE_STAT(OLDPATH, &fbuf); in verify_link() 32 SAFE_STAT(NEWPATH, &lbuf); in verify_link()
|
D | link05.c | 34 SAFE_STAT(fname, &fbuf); in verify_link() 39 SAFE_STAT(lname, &lbuf); in verify_link()
|
D | link03.c | 113 SAFE_STAT(cleanup, fname, &buf); in main() 124 SAFE_STAT(cleanup, lname, &buf); in main()
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime03.c | 66 SAFE_STAT(TEMP_FILE, &statbuf); in run() 79 SAFE_STAT(TEMP_FILE, &statbuf); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown03.c | 65 SAFE_STAT(FILENAME, &stat_buf); in run() 70 SAFE_STAT(FILENAME, &stat_buf); in run()
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown03.c | 59 SAFE_STAT(FILENAME, &stat_buf); in run() 65 SAFE_STAT(FILENAME, &stat_buf); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat02.c | 91 SAFE_STAT(cleanup, TESTFILE_LINK, &c_buf); in setup() 120 SAFE_STAT(cleanup, TESTFILE_LINK, &c_buf); in test_verify()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify08.c | 147 SAFE_STAT(FILE_PATH, &buf); in setup() 158 SAFE_STAT(FILE_PATH, &buf); in setup()
|
D | inotify07.c | 155 SAFE_STAT(DIR_PATH, &buf); in setup() 165 SAFE_STAT(DIR_PATH, &buf); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 240 SAFE_STAT(cleanup, TEST_FILE, &file_stat); in testfunc_noatime() 255 SAFE_STAT(cleanup, TEST_FILE, &file_newstat); in testfunc_noatime()
|
/third_party/ltp/testcases/kernel/syscalls/ustat/ |
D | ustat01.c | 39 SAFE_STAT("/", &buf); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir05.c | 31 SAFE_STAT(TESTDIR, &buf); in verify_mkdir()
|
/third_party/ltp/testcases/kernel/syscalls/read/ |
D | read03.c | 35 SAFE_STAT(fifo, &buf); in setup()
|