Searched refs:li_lfs (Results 1 – 2 of 2) sorted by relevance
197 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()
70 struct lfsnode *li_lfs; /* list of other vfss */ member