Lines Matching refs:alloc_bh
2436 struct buffer_head *alloc_bh, in _ocfs2_free_suballoc_bits() argument
2445 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) alloc_bh->b_data; in _ocfs2_free_suballoc_bits()
2482 alloc_bh, OCFS2_JOURNAL_ACCESS_WRITE); in _ocfs2_free_suballoc_bits()
2494 ocfs2_journal_dirty(handle, alloc_bh); in _ocfs2_free_suballoc_bits()
2506 struct buffer_head *alloc_bh, in ocfs2_free_suballoc_bits() argument
2511 return _ocfs2_free_suballoc_bits(handle, alloc_inode, alloc_bh, in ocfs2_free_suballoc_bits()
2793 struct buffer_head *alloc_bh, in ocfs2_test_suballoc_bit() argument
2806 alloc_di = (struct ocfs2_dinode *)alloc_bh->b_data; in ocfs2_test_suballoc_bit()
2855 struct buffer_head *alloc_bh = NULL; in ocfs2_test_inode_bit() local
2879 status = ocfs2_inode_lock(inode_alloc_inode, &alloc_bh, 0); in ocfs2_test_inode_bit()
2888 status = ocfs2_test_suballoc_bit(osb, inode_alloc_inode, alloc_bh, in ocfs2_test_inode_bit()
2897 brelse(alloc_bh); in ocfs2_test_inode_bit()