Searched refs:chl_prev (Results 1 – 2 of 2) sorted by relevance
430 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()
192 struct xfs_chashlist *chl_prev; member