Searched refs:SAFE_LSTAT (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat02.c | 93 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in setup() 122 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in test_verify()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 204 SAFE_LSTAT(cleanup, path, &st); in test03()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 215 SAFE_LSTAT(cleanup, path, &st); in test03()
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 337 SAFE_LSTAT(tst_device->dev, &sbuf); in setup_readahead_length()
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 265 #define SAFE_LSTAT(cleanup_fn, path, buf) \ macro
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 376 #define SAFE_LSTAT(path, buf) \ macro
|