Lines Matching refs:group_bh

100 				      struct buffer_head *group_bh,
105 struct buffer_head *group_bh,
1344 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1364 group_bh, in ocfs2_block_group_set_bits()
1383 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1482 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1490 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1517 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1553 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1560 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1567 group_bh, bits_wanted, in ocfs2_block_group_search()
1683 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1689 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1695 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1696 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1711 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1724 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1737 brelse(group_bh); in ocfs2_search_one_group()
1753 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1766 &group_bh); in ocfs2_search_chain()
1771 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1776 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1787 prev_group_bh = group_bh; in ocfs2_search_chain()
1788 group_bh = NULL; in ocfs2_search_chain()
1790 next_group, &group_bh); in ocfs2_search_chain()
1795 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1816 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1835 ac->ac_bh, group_bh, in ocfs2_search_chain()
1857 group_bh, in ocfs2_search_chain()
1874 brelse(group_bh); in ocfs2_search_chain()
2388 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2406 group_bh, in ocfs2_block_group_clear_bits()
2416 jbd_lock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2418 bh2jh(group_bh)->b_committed_data; in ocfs2_block_group_clear_bits()
2441 jbd_unlock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2443 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2464 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2481 &group_bh); in _ocfs2_free_suballoc_bits()
2486 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2491 group, group_bh, in _ocfs2_free_suballoc_bits()
2502 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2514 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2816 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2835 &group_bh); in ocfs2_test_suballoc_bit()
2842 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2846 brelse(group_bh); in ocfs2_test_suballoc_bit()