Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h70 struct lfsnode *li_lfs; /* list of other vfss */
101 struct lfsnode { struct
102 struct lfsnode *lfs_next; /* next in loinfo list */ argument
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c101 static struct lfsnode *lfsfind(struct vfs *, struct loinfo *);
316 struct lfsnode *lfs; in makelfsnode()
317 struct lfsnode *tlfs; in makelfsnode()
380 freelfsnode(struct lfsnode *lfs, struct loinfo *li) in freelfsnode()
382 struct lfsnode *prev = NULL; in freelfsnode()
383 struct lfsnode *this; in freelfsnode()
407 kmem_free(lfs, sizeof (struct lfsnode)); in freelfsnode()
419 static struct lfsnode *
422 struct lfsnode *lfs; in lfsfind()
463 struct lfsnode *lfs; in lo_realvfs()
[all …]