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

/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c43 struct list_head bc_list; member in struct:xfs_buf_cancel
59 list_for_each_entry(bcp, bucket, bc_list) {
92 list_add_tail(&bcp->bc_list, XLOG_BUF_CANCEL_BUCKET(log, blkno));
131 list_del(&bcp->bc_list);
1063 struct xfs_buf_cancel, bc_list))) {
1064 list_del(&bc->bc_list);

Completed in 139 milliseconds