Searched refs:lfsnode (Results 1 – 2 of 2) sorted by relevance
104 static struct lfsnode *lfsfind(struct vfs *, struct loinfo *);319 struct lfsnode *lfs; in makelfsnode()320 struct lfsnode *tlfs; in makelfsnode()383 freelfsnode(struct lfsnode *lfs, struct loinfo *li) in freelfsnode()385 struct lfsnode *prev = NULL; in freelfsnode()386 struct lfsnode *this; in freelfsnode()410 kmem_free(lfs, sizeof (struct lfsnode)); in freelfsnode()422 static struct lfsnode *425 struct lfsnode *lfs; in lfsfind()466 struct lfsnode *lfs; in lo_realvfs()[all …]
70 struct lfsnode *li_lfs; /* list of other vfss */101 struct lfsnode { struct102 struct lfsnode *lfs_next; /* next in loinfo list */ argument