Lines Matching refs:alloc_inode
763 struct inode *alloc_inode = NULL; in ocfs2_remove_refcount_tree() local
795 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
798 if (!alloc_inode) { in ocfs2_remove_refcount_tree()
803 inode_lock(alloc_inode); in ocfs2_remove_refcount_tree()
805 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1); in ocfs2_remove_refcount_tree()
848 ret = ocfs2_free_suballoc_bits(handle, alloc_inode, in ocfs2_remove_refcount_tree()
857 if (alloc_inode) { in ocfs2_remove_refcount_tree()
858 ocfs2_inode_unlock(alloc_inode, 1); in ocfs2_remove_refcount_tree()
862 if (alloc_inode) { in ocfs2_remove_refcount_tree()
863 inode_unlock(alloc_inode); in ocfs2_remove_refcount_tree()
864 iput(alloc_inode); in ocfs2_remove_refcount_tree()