Home
last modified time | relevance | path

Searched refs:SAFE_READDIR (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c121 SAFE_READDIR(test_dir); in test_file_dir_noatime()
131 SAFE_READDIR(test_dir); in test_file_dir_noatime()
/third_party/ltp/lib/
Dtst_dir_is_empty.c34 while ((entry = SAFE_READDIR(cleanup_fn, dir)) != NULL) { in tst_dir_is_empty_()
Dtst_pid.c125 while ((ent = SAFE_READDIR(dir_proc))) { in get_used_pids()
Dtst_device.c570 while ((d = SAFE_READDIR(NULL, dir))) { in tst_find_backing_dev()
584 if (SAFE_READDIR(NULL, dir)) in tst_find_backing_dev()
/third_party/ltp/testcases/kernel/syscalls/readdir/
Dreaddir01.c49 while ((ent = SAFE_READDIR(test_dir))) { in verify_readdir()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_utils.h48 while ((dent = SAFE_READDIR(dir))) { in wait_for_threads()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap32.c54 while ((ent = SAFE_READDIR(dir))) { in setup()
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe07.c32 while ((ent = SAFE_READDIR(dir))) { in record_open_fds()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_sg01.c54 while ((ent = SAFE_READDIR(devdir))) { in find_generic_scsi_device()
/third_party/ltp/testcases/kernel/fs/fs_fill/
Dfs_fill.c46 while ((ent = SAFE_READDIR(d))) { in worker()
/third_party/ltp/include/old/
Dsafe_macros.h328 #define SAFE_READDIR(cleanup_fn, dirp) \ macro
/third_party/ltp/include/
Dtst_safe_macros.h239 #define SAFE_READDIR(dirp) \ macro