Home
last modified time | relevance | path

Searched refs:nftw_fn (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
Dtools.c158 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()
Dnftw.h137 int nftw_fn(const char *, const struct stat *, int, struct FTW *);