Lines Matching refs:alloc_bh
2522 struct buffer_head *alloc_bh, in _ocfs2_free_suballoc_bits() argument
2531 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) alloc_bh->b_data; in _ocfs2_free_suballoc_bits()
2571 alloc_bh, OCFS2_JOURNAL_ACCESS_WRITE); in _ocfs2_free_suballoc_bits()
2584 ocfs2_journal_dirty(handle, alloc_bh); in _ocfs2_free_suballoc_bits()
2593 struct buffer_head *alloc_bh, in ocfs2_free_suballoc_bits() argument
2598 return _ocfs2_free_suballoc_bits(handle, alloc_inode, alloc_bh, in ocfs2_free_suballoc_bits()
2831 struct buffer_head *alloc_bh, in ocfs2_test_suballoc_bit() argument
2844 alloc_di = (struct ocfs2_dinode *)alloc_bh->b_data; in ocfs2_test_suballoc_bit()
2893 struct buffer_head *alloc_bh = NULL; in ocfs2_test_inode_bit() local
2920 status = ocfs2_inode_lock(inode_alloc_inode, &alloc_bh, 0); in ocfs2_test_inode_bit()
2929 status = ocfs2_test_suballoc_bit(osb, inode_alloc_inode, alloc_bh, in ocfs2_test_inode_bit()
2938 brelse(alloc_bh); in ocfs2_test_inode_bit()