Lines Matching refs:group_bh

86 				      struct buffer_head *group_bh,
91 struct buffer_head *group_bh,
1366 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1391 group_bh, in ocfs2_block_group_set_bits()
1432 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1531 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1539 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1571 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1600 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1607 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1614 group_bh, bits_wanted, in ocfs2_block_group_search()
1730 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1736 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1742 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1743 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1758 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1771 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1785 brelse(group_bh); in ocfs2_search_one_group()
1802 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1815 &group_bh); in ocfs2_search_chain()
1820 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1835 status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1847 prev_group_bh = group_bh; in ocfs2_search_chain()
1848 group_bh = NULL; in ocfs2_search_chain()
1850 next_group, &group_bh); in ocfs2_search_chain()
1855 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1876 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1895 ac->ac_bh, group_bh, in ocfs2_search_chain()
1917 group_bh, in ocfs2_search_chain()
1936 brelse(group_bh); in ocfs2_search_chain()
2465 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2486 group_bh, in ocfs2_block_group_clear_bits()
2495 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2538 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2559 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2577 &group_bh); in _ocfs2_free_suballoc_bits()
2582 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2589 group, group_bh, in _ocfs2_free_suballoc_bits()
2600 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2613 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2863 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2882 &group_bh); in ocfs2_test_suballoc_bit()
2889 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2893 brelse(group_bh); in ocfs2_test_suballoc_bit()