Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c365 lfs->lfs_next = li->li_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()
393 prev->lfs_next = 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()
683 nextlfs = lfs->lfs_next; in freelonode()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h102 struct lfsnode *lfs_next; /* next in loinfo list */ member