Searched refs:li_lfs (Results 1 – 2 of 2) sorted by relevance
194 li->li_lfs = NULL; in lsetup()365 lfs->lfs_next = li->li_lfs; in makelfsnode()366 li->li_lfs = lfs; in makelfsnode()387 for (this = li->li_lfs; this != NULL; this = this->lfs_next) { in freelfsnode()391 li->li_lfs = lfs->lfs_next; in freelfsnode()441 for (lfs = li->li_lfs; lfs != NULL; lfs = lfs->lfs_next) { in lfsfind()472 for (lfs = li->li_lfs; lfs != NULL; lfs = lfs->lfs_next) { in lo_realvfs()681 lfs = li->li_lfs; in freelonode()
70 struct lfsnode *li_lfs; /* list of other vfss */ member