Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c104 static struct lfsnode *lfsfind(struct vfs *, struct loinfo *);
329 if ((lfs = lfsfind(vfsp, li)) == NULL) { in makelfsnode()
333 if ((tlfs = lfsfind(vfsp, li)) != NULL) { in makelfsnode()
423 lfsfind(struct vfs *vfsp, struct loinfo *li) in lfsfind() function