Lines Matching refs:group_bh

98 				      struct buffer_head *group_bh,
103 struct buffer_head *group_bh,
1351 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1371 group_bh, in ocfs2_block_group_set_bits()
1389 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1488 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1496 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1523 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1559 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1566 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1573 group_bh, bits_wanted, in ocfs2_block_group_search()
1689 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1695 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1701 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1702 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1717 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1730 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1743 brelse(group_bh); in ocfs2_search_one_group()
1759 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1772 &group_bh); in ocfs2_search_chain()
1777 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1782 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1793 prev_group_bh = group_bh; in ocfs2_search_chain()
1794 group_bh = NULL; in ocfs2_search_chain()
1796 next_group, &group_bh); in ocfs2_search_chain()
1801 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1822 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1841 ac->ac_bh, group_bh, in ocfs2_search_chain()
1863 group_bh, in ocfs2_search_chain()
1880 brelse(group_bh); in ocfs2_search_chain()
2395 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2413 group_bh, in ocfs2_block_group_clear_bits()
2423 jbd_lock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2425 bh2jh(group_bh)->b_committed_data; in ocfs2_block_group_clear_bits()
2440 jbd_unlock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2449 jbd_unlock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2451 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2472 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2489 &group_bh); in _ocfs2_free_suballoc_bits()
2494 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2499 group, group_bh, in _ocfs2_free_suballoc_bits()
2510 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2522 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2777 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2796 &group_bh); in ocfs2_test_suballoc_bit()
2803 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2807 brelse(group_bh); in ocfs2_test_suballoc_bit()