Lines Matching refs:group_bh

82 				      struct buffer_head *group_bh,
87 struct buffer_head *group_bh,
1338 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1358 group_bh, in ocfs2_block_group_set_bits()
1376 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1475 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1483 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1510 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1546 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1553 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1560 group_bh, bits_wanted, in ocfs2_block_group_search()
1676 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1682 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1688 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1689 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1704 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1717 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1730 brelse(group_bh); in ocfs2_search_one_group()
1746 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1759 &group_bh); in ocfs2_search_chain()
1764 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1769 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1780 prev_group_bh = group_bh; in ocfs2_search_chain()
1781 group_bh = NULL; in ocfs2_search_chain()
1783 next_group, &group_bh); in ocfs2_search_chain()
1788 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1809 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1828 ac->ac_bh, group_bh, in ocfs2_search_chain()
1850 group_bh, in ocfs2_search_chain()
1867 brelse(group_bh); in ocfs2_search_chain()
2382 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2401 group_bh, in ocfs2_block_group_clear_bits()
2410 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2439 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2460 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2477 &group_bh); in _ocfs2_free_suballoc_bits()
2482 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2487 group, group_bh, in _ocfs2_free_suballoc_bits()
2498 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2510 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2760 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2779 &group_bh); in ocfs2_test_suballoc_bit()
2786 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2790 brelse(group_bh); in ocfs2_test_suballoc_bit()