Home
last modified time | relevance | path

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

/titanic_41/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) { in makelfsnode()
330 if ((tlfs = lfsfind(vfsp, li)) != NULL) { in makelfsnode()
420 lfsfind(struct vfs *vfsp, struct loinfo *li) in lfsfind() function