Searched refs:ac_bh (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | suballoc.c | 147 brelse(ac->ac_bh); in ocfs2_free_ac_resource() 148 ac->ac_bh = NULL; in ocfs2_free_ac_resource() 577 cluster_ac->ac_bh, in ocfs2_bg_alloc_cleanup() 861 ac->ac_bh = bh; in ocfs2_reserve_suballoc_bits() 1658 struct ocfs2_dinode *di = (struct ocfs2_dinode *)ac->ac_bh->b_data; in ocfs2_bg_discontig_fix_result() 1691 struct ocfs2_dinode *di = (struct ocfs2_dinode *)ac->ac_bh->b_data; in ocfs2_search_one_group() 1722 ret = ocfs2_alloc_dinode_update_counts(alloc_inode, handle, ac->ac_bh, in ocfs2_search_one_group() 1733 ocfs2_rollback_alloc_dinode_counts(alloc_inode, ac->ac_bh, in ocfs2_search_one_group() 1761 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) ac->ac_bh->b_data; in ocfs2_search_chain() 1841 ac->ac_bh, group_bh, in ocfs2_search_chain() [all …]
|
D | move_extents.c | 371 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local 385 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &ac_bh); in ocfs2_find_victim_alloc_group() 391 ac_dinode = (struct ocfs2_dinode *)ac_bh->b_data; in ocfs2_find_victim_alloc_group() 453 brelse(ac_bh); in ocfs2_find_victim_alloc_group()
|
D | suballoc.h | 40 struct buffer_head *ac_bh; /* file entry bh */ member
|
D | localalloc.c | 707 ac->ac_bh = osb->local_alloc_bh; in ocfs2_reserve_local_alloc_bits() 1141 *bitmap_bh = (*ac)->ac_bh; in ocfs2_local_alloc_reserve_for_window()
|
D | namei.c | 648 inode_ac->ac_bh, suballoc_bit, bg_blkno, 1); in ocfs2_mknod_locked()
|
D | alloc.c | 4886 data_ac->ac_bh, in ocfs2_add_clusters_in_btree() 7201 data_ac->ac_bh, in ocfs2_convert_inline_data_to_extents()
|