Lines Matching refs:group_bh
84 struct buffer_head *group_bh,
89 struct buffer_head *group_bh,
1339 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1359 group_bh, in ocfs2_block_group_set_bits()
1377 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1476 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1484 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1511 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1547 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1554 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1561 group_bh, bits_wanted, in ocfs2_block_group_search()
1677 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1683 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1689 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1690 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1705 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1718 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1731 brelse(group_bh); in ocfs2_search_one_group()
1747 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1760 &group_bh); in ocfs2_search_chain()
1765 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1770 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1781 prev_group_bh = group_bh; in ocfs2_search_chain()
1782 group_bh = NULL; in ocfs2_search_chain()
1784 next_group, &group_bh); in ocfs2_search_chain()
1789 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1810 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1829 ac->ac_bh, group_bh, in ocfs2_search_chain()
1851 group_bh, in ocfs2_search_chain()
1868 brelse(group_bh); in ocfs2_search_chain()
2383 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2402 group_bh, in ocfs2_block_group_clear_bits()
2411 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2440 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2461 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2478 &group_bh); in _ocfs2_free_suballoc_bits()
2483 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2488 group, group_bh, in _ocfs2_free_suballoc_bits()
2499 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2511 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2761 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2780 &group_bh); in ocfs2_test_suballoc_bit()
2787 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2791 brelse(group_bh); in ocfs2_test_suballoc_bit()