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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c104 static share_t *find_lofsentry(char *, int *);
917 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) {
1300 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) {
1404 (sh = find_lofsentry(rpath, &lofs_tried)) != NULL) {
1626 * find_lofsentry() searches for the real path which this requested LOFS path
1643 find_lofsentry(char *rpath, int *done_flag) function

Completed in 51 milliseconds