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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c900 int realpath_error = ENOENT, reply_error = EACCES, lofs_tried = 0; local
917 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) {
1217 int error = 0, lofs_tried = 0, enqueued; local
1300 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) {
1404 (sh = find_lofsentry(rpath, &lofs_tried)) != NULL) {

Completed in 50 milliseconds