Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c108 static share_t *find_lofsentry(char *, int *);
1048 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) { in mount_enoent_error()
1431 (sh = find_lofsentry(rpath, &lofs_tried)) == NULL) { in mount()
1535 (sh = find_lofsentry(rpath, &lofs_tried)) != NULL) { in mount()
1774 find_lofsentry(char *rpath, int *done_flag) in find_lofsentry() function