Lines Matching refs:group_bh
82 struct buffer_head *group_bh,
87 struct buffer_head *group_bh,
1341 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1361 group_bh, in ocfs2_block_group_set_bits()
1379 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1478 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1486 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1513 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1549 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1556 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1563 group_bh, bits_wanted, in ocfs2_block_group_search()
1679 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1685 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1691 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1692 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1707 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1720 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1733 brelse(group_bh); in ocfs2_search_one_group()
1749 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1762 &group_bh); in ocfs2_search_chain()
1767 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1772 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1783 prev_group_bh = group_bh; in ocfs2_search_chain()
1784 group_bh = NULL; in ocfs2_search_chain()
1786 next_group, &group_bh); in ocfs2_search_chain()
1791 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1812 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1831 ac->ac_bh, group_bh, in ocfs2_search_chain()
1853 group_bh, in ocfs2_search_chain()
1870 brelse(group_bh); in ocfs2_search_chain()
2385 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2404 group_bh, in ocfs2_block_group_clear_bits()
2413 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2442 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2463 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2480 &group_bh); in _ocfs2_free_suballoc_bits()
2485 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2490 group, group_bh, in _ocfs2_free_suballoc_bits()
2501 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2513 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2763 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2782 &group_bh); in ocfs2_test_suballoc_bit()
2789 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2793 brelse(group_bh); in ocfs2_test_suballoc_bit()