Lines Matching refs:bucket
1940 struct list_head *bucket; in xlog_recover_buffer_pass1() local
1955 bucket = XLOG_BUF_CANCEL_BUCKET(log, buf_f->blf_blkno); in xlog_recover_buffer_pass1()
1956 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1()
1969 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1()
1987 struct list_head *bucket; in xlog_peek_buffer_cancelled() local
1996 bucket = XLOG_BUF_CANCEL_BUCKET(log, blkno); in xlog_peek_buffer_cancelled()
1997 list_for_each_entry(bcp, bucket, bc_list) { in xlog_peek_buffer_cancelled()
4934 int bucket) in xlog_recover_clear_agi_bucket() argument
4951 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
4953 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket()
4974 int bucket) in xlog_recover_process_one_iunlink() argument
5022 xlog_recover_clear_agi_bucket(mp, agno, bucket); in xlog_recover_process_one_iunlink()
5058 int bucket; in xlog_recover_process_iunlinks() local
5089 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++) { in xlog_recover_process_iunlinks()
5090 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
5093 agno, agino, bucket); in xlog_recover_process_iunlinks()