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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c101 static struct lfsnode *lfsfind(struct vfs *, struct loinfo *);
326 if ((lfs = lfsfind(vfsp, li)) == NULL) {
330 if ((tlfs = lfsfind(vfsp, li)) != NULL) {
420 lfsfind(struct vfs *vfsp, struct loinfo *li) function
437 * makelonode()->makelfsnode()->lfsfind() calls should be

Completed in 45 milliseconds