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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c449 ch->ch_list->chl_prev = chlnew;
451 chlnew->chl_prev = NULL;
753 if (chl->chl_prev)
754 chl->chl_prev->chl_next = chl->chl_next;
758 chl->chl_next->chl_prev = chl->chl_prev;
H A Dxfs_inode.h192 struct xfs_chashlist *chl_prev; member in struct:xfs_chashlist

Completed in 83 milliseconds