Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c197 li->li_lfs = NULL; in lsetup()
368 lfs->lfs_next = li->li_lfs; in makelfsnode()
369 li->li_lfs = lfs; in makelfsnode()
390 for (this = li->li_lfs; this != NULL; this = this->lfs_next) { in freelfsnode()
394 li->li_lfs = lfs->lfs_next; in freelfsnode()
444 for (lfs = li->li_lfs; lfs != NULL; lfs = lfs->lfs_next) { in lfsfind()
475 for (lfs = li->li_lfs; lfs != NULL; lfs = lfs->lfs_next) { in lo_realvfs()
684 lfs = li->li_lfs; in freelonode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h70 struct lfsnode *li_lfs; /* list of other vfss */ member