Home
last modified time | relevance | path

Searched refs:ac_bh (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dmove_extents.c337 data_ac->ac_bh, in ocfs2_defrag_extent()
378 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local
392 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &ac_bh); in ocfs2_find_victim_alloc_group()
398 ac_dinode = (struct ocfs2_dinode *)ac_bh->b_data; in ocfs2_find_victim_alloc_group()
460 brelse(ac_bh); in ocfs2_find_victim_alloc_group()
H A Dsuballoc.h24 struct buffer_head *ac_bh; /* file entry bh */ member
H A Dlocalalloc.c697 ac->ac_bh = osb->local_alloc_bh; in ocfs2_reserve_local_alloc_bits()
1123 *bitmap_bh = (*ac)->ac_bh; in ocfs2_local_alloc_reserve_for_window()