Searched defs:fs_getstat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c203 fs_getstat(char *path, fs_fhandle_t *fh, struct stat64 *st) function
305 rv = fs_getstat(file_path, efh, est);
367 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst);
371 "Error %d on fs_getstat(%s)", rv, ftp->ft_path);
784 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst);
787 "Error %d on fs_getstat(%s)", rv, ftp->ft_path);

Completed in 121 milliseconds