Searched refs:ac_bh (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | suballoc.c | 135 brelse(ac->ac_bh); in ocfs2_free_ac_resource() 136 ac->ac_bh = NULL; in ocfs2_free_ac_resource() 565 cluster_ac->ac_bh, in ocfs2_bg_alloc_cleanup() 851 ac->ac_bh = bh; in ocfs2_reserve_suballoc_bits() 1895 ac->ac_bh, group_bh, in ocfs2_search_chain() 1907 ac->ac_bh, res->sr_bits, in ocfs2_search_chain() 1924 ac->ac_bh, res->sr_bits, chain); in ocfs2_search_chain() 1960 BUG_ON(!ac->ac_bh); in ocfs2_claim_suballoc_bits() 1962 fe = (struct ocfs2_dinode *) ac->ac_bh->b_data; in ocfs2_claim_suballoc_bits() 2234 ac->ac_bh, res->sr_bits, in ocfs2_claim_new_inode_at_loc() [all …]
|
| H A D | move_extents.c | 331 data_ac->ac_bh, in ocfs2_defrag_extent() 372 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local 386 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &ac_bh); in ocfs2_find_victim_alloc_group() 392 ac_dinode = (struct ocfs2_dinode *)ac_bh->b_data; in ocfs2_find_victim_alloc_group() 454 brelse(ac_bh); in ocfs2_find_victim_alloc_group()
|
| H A D | suballoc.h | 24 struct buffer_head *ac_bh; /* file entry bh */ member
|
| H A D | localalloc.c | 697 ac->ac_bh = osb->local_alloc_bh; in ocfs2_reserve_local_alloc_bits() 1125 *bitmap_bh = (*ac)->ac_bh; in ocfs2_local_alloc_reserve_for_window()
|
| H A D | alloc.c | 4884 data_ac->ac_bh, in ocfs2_add_clusters_in_btree() 7212 data_ac->ac_bh, in ocfs2_convert_inline_data_to_extents()
|