Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_iget.c430 ch->ch_list->chl_prev = chlnew; in xfs_iget_core()
432 chlnew->chl_prev = NULL; in xfs_iget_core()
742 if (chl->chl_prev) in xfs_iextract()
743 chl->chl_prev->chl_next = chl->chl_next; in xfs_iextract()
747 chl->chl_next->chl_prev = chl->chl_prev; in xfs_iextract()
Dxfs_inode.h192 struct xfs_chashlist *chl_prev; member