Lines Matching refs:bucket
1583 struct list_head *bucket; in xlog_recover_buffer_pass1() local
1598 bucket = XLOG_BUF_CANCEL_BUCKET(log, buf_f->blf_blkno); in xlog_recover_buffer_pass1()
1599 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1()
1612 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1()
1630 struct list_head *bucket; in xlog_peek_buffer_cancelled() local
1639 bucket = XLOG_BUF_CANCEL_BUCKET(log, blkno); in xlog_peek_buffer_cancelled()
1640 list_for_each_entry(bcp, bucket, bc_list) { in xlog_peek_buffer_cancelled()
3962 int bucket) in xlog_recover_clear_agi_bucket() argument
3980 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
3982 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket()
4003 int bucket) in xlog_recover_process_one_iunlink() argument
4050 xlog_recover_clear_agi_bucket(mp, agno, bucket); in xlog_recover_process_one_iunlink()
4075 int bucket; in xlog_recover_process_iunlinks() local
4113 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++) { in xlog_recover_process_iunlinks()
4114 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
4117 agno, agino, bucket); in xlog_recover_process_iunlinks()