• Home
  • Raw
  • Download

Lines Matching refs:group_bh

84 				      struct buffer_head *group_bh,
89 struct buffer_head *group_bh,
1340 struct buffer_head *group_bh, in ocfs2_block_group_set_bits() argument
1360 group_bh, in ocfs2_block_group_set_bits()
1378 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1477 struct buffer_head *group_bh, in ocfs2_cluster_group_search() argument
1485 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1512 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1548 struct buffer_head *group_bh, in ocfs2_block_group_search() argument
1555 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_block_group_search()
1562 group_bh, bits_wanted, in ocfs2_block_group_search()
1678 struct buffer_head *group_bh = NULL; in ocfs2_search_one_group() local
1684 res->sr_bg_blkno, &group_bh); in ocfs2_search_one_group()
1690 gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_one_group()
1691 ret = ac->ac_group_search(alloc_inode, group_bh, bits_wanted, min_bits, in ocfs2_search_one_group()
1706 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_one_group()
1719 ret = ocfs2_block_group_set_bits(handle, alloc_inode, gd, group_bh, in ocfs2_search_one_group()
1732 brelse(group_bh); in ocfs2_search_one_group()
1748 struct buffer_head *group_bh = NULL; in ocfs2_search_chain() local
1761 &group_bh); in ocfs2_search_chain()
1766 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1771 while ((status = ac->ac_group_search(alloc_inode, group_bh, in ocfs2_search_chain()
1782 prev_group_bh = group_bh; in ocfs2_search_chain()
1783 group_bh = NULL; in ocfs2_search_chain()
1785 next_group, &group_bh); in ocfs2_search_chain()
1790 bg = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_search_chain()
1811 res->sr_bg_stable_blkno = group_bh->b_blocknr; in ocfs2_search_chain()
1830 ac->ac_bh, group_bh, in ocfs2_search_chain()
1852 group_bh, in ocfs2_search_chain()
1869 brelse(group_bh); in ocfs2_search_chain()
2384 struct buffer_head *group_bh, in ocfs2_block_group_clear_bits() argument
2403 group_bh, in ocfs2_block_group_clear_bits()
2412 jh = bh2jh(group_bh); in ocfs2_block_group_clear_bits()
2441 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_clear_bits()
2462 struct buffer_head *group_bh = NULL; in _ocfs2_free_suballoc_bits() local
2479 &group_bh); in _ocfs2_free_suballoc_bits()
2484 group = (struct ocfs2_group_desc *) group_bh->b_data; in _ocfs2_free_suballoc_bits()
2489 group, group_bh, in _ocfs2_free_suballoc_bits()
2500 ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, in _ocfs2_free_suballoc_bits()
2512 brelse(group_bh); in _ocfs2_free_suballoc_bits()
2762 struct buffer_head *group_bh = NULL; in ocfs2_test_suballoc_bit() local
2781 &group_bh); in ocfs2_test_suballoc_bit()
2788 group = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_test_suballoc_bit()
2792 brelse(group_bh); in ocfs2_test_suballoc_bit()