Searched refs:nftw_fn (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | tools.c | 149 * Function: int nftw_fn(const char, const struct stat, int, struct FTW ) 158 int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS) in nftw_fn() function 175 return nftw(path, nftw_fn, 10, FTW_MOUNT); in callback()
|
H A D | nftw.h | 137 int nftw_fn(const char *, const struct stat *, int, struct FTW *);
|
Completed in 1 milliseconds