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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1645 struct stat r_stbuf; local
1690 if (stat(rpath, &r_stbuf) < 0) {
1695 if ((r_stbuf.st_mode & S_IFMT) == S_IFDIR) {
1713 if (stat(tmp_path, &r_stbuf) < 0) {

Completed in 49 milliseconds