Lines Matching refs:group_bh

86 				      struct buffer_head *group_bh,
91 struct buffer_head *group_bh,
1364 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1389 group_bh, in ocfs2_block_group_set_bits()
1430 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1529 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1537 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1569 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1598 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1605 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1612 group_bh, bits_wanted, in ocfs2_block_group_search()
1728 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1734 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1740 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1741 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1756 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1769 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1783 brelse(group_bh); in ocfs2_search_one_group()
1799 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1812 &group_bh); in ocfs2_search_chain()
1817 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1822 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1833 prev_group_bh = group_bh; in ocfs2_search_chain()
1834 group_bh = NULL; in ocfs2_search_chain()
1836 next_group, &group_bh); in ocfs2_search_chain()
1841 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1862 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1881 ac->ac_bh, group_bh, in ocfs2_search_chain()
1903 group_bh, in ocfs2_search_chain()
1922 brelse(group_bh); in ocfs2_search_chain()
2439 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2460 group_bh, in ocfs2_block_group_clear_bits()
2469 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2512 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2533 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2551 &group_bh); in _ocfs2_free_suballoc_bits()
2556 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2563 group, group_bh, in _ocfs2_free_suballoc_bits()
2574 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2587 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2837 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2856 &group_bh); in ocfs2_test_suballoc_bit()
2863 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2867 brelse(group_bh); in ocfs2_test_suballoc_bit()