Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1776 struct stat r_stbuf; in find_lofsentry() local
1821 if (stat(rpath, &r_stbuf) < 0) { in find_lofsentry()
1826 if ((r_stbuf.st_mode & S_IFMT) == S_IFDIR) { in find_lofsentry()
1844 if (stat(tmp_path, &r_stbuf) < 0) { in find_lofsentry()