Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c141 static int nftw_owner(const char *, const struct stat *, int, struct FTW *);
916 if (nftw(dir, nftw_owner, MAX_FDS, FTW_PHYS) != 0) { in one_statmon_owner()
931 nftw_owner(const char *path, const struct stat *statp, int info, in nftw_owner() function