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()
3846 int bucket) in xlog_recover_clear_agi_bucket() argument
3864 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
3866 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket()
3887 int bucket) in xlog_recover_process_one_iunlink() argument
3934 xlog_recover_clear_agi_bucket(mp, agno, bucket); in xlog_recover_process_one_iunlink()
3959 int bucket; in xlog_recover_process_iunlinks() local
3997 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++) { in xlog_recover_process_iunlinks()
3998 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
4001 agno, agino, bucket); in xlog_recover_process_iunlinks()