Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c104 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 …]
/illumos-gate/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