Lines Matching refs:group_bh

100 				      struct buffer_head *group_bh,
105 struct buffer_head *group_bh,
1328 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1348 group_bh, in ocfs2_block_group_set_bits()
1366 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1465 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1473 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1500 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1536 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1543 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1550 group_bh, bits_wanted, in ocfs2_block_group_search()
1666 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1672 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1678 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1679 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1694 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1707 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1720 brelse(group_bh); in ocfs2_search_one_group()
1736 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1749 &group_bh); in ocfs2_search_chain()
1754 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1759 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1770 prev_group_bh = group_bh; in ocfs2_search_chain()
1771 group_bh = NULL; in ocfs2_search_chain()
1773 next_group, &group_bh); in ocfs2_search_chain()
1778 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1799 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1818 ac->ac_bh, group_bh, in ocfs2_search_chain()
1840 group_bh, in ocfs2_search_chain()
1857 brelse(group_bh); in ocfs2_search_chain()
2372 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2390 group_bh, in ocfs2_block_group_clear_bits()
2400 jbd_lock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2402 bh2jh(group_bh)->b_committed_data; in ocfs2_block_group_clear_bits()
2424 jbd_unlock_bh_state(group_bh); in ocfs2_block_group_clear_bits()
2426 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2447 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2464 &group_bh); in _ocfs2_free_suballoc_bits()
2469 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2474 group, group_bh, in _ocfs2_free_suballoc_bits()
2485 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2497 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2799 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2818 &group_bh); in ocfs2_test_suballoc_bit()
2825 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2829 brelse(group_bh); in ocfs2_test_suballoc_bit()