Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dsuballoc.c85 struct buffer_head *bg_bh,
112 static int ocfs2_test_bg_bit_allocatable(struct buffer_head *bg_bh,
117 struct buffer_head *bg_bh,
358 struct buffer_head *bg_bh, in ocfs2_block_group_fill() argument
366 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill()
369 if (((unsigned long long) bg_bh->b_blocknr) != group_blkno) { in ocfs2_block_group_fill()
373 (unsigned long long) bg_bh->b_blocknr); in ocfs2_block_group_fill()
379 bg_bh, in ocfs2_block_group_fill()
405 ocfs2_journal_dirty(handle, bg_bh); in ocfs2_block_group_fill()
441 struct buffer_head *bg_bh; in ocfs2_block_group_alloc_contig() local
[all …]