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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.h116 struct xfs_buf_cancel *bc_next; member in struct:xfs_buf_cancel
H A Dxfs_log_recover.c1606 bcp->bc_next = NULL;
1624 nextp = nextp->bc_next;
1632 bcp->bc_next = NULL;
1633 prevp->bc_next = bcp;
1700 *bucket = bcp->bc_next;
1702 prevp->bc_next = bcp->bc_next;
1711 bcp = bcp->bc_next;

Completed in 101 milliseconds