Lines Matching refs:alloc_inode
764 struct inode *alloc_inode = NULL; in ocfs2_remove_refcount_tree() local
796 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
799 if (!alloc_inode) { in ocfs2_remove_refcount_tree()
804 inode_lock(alloc_inode); in ocfs2_remove_refcount_tree()
806 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1); in ocfs2_remove_refcount_tree()
849 ret = ocfs2_free_suballoc_bits(handle, alloc_inode, in ocfs2_remove_refcount_tree()
858 if (alloc_inode) { in ocfs2_remove_refcount_tree()
859 ocfs2_inode_unlock(alloc_inode, 1); in ocfs2_remove_refcount_tree()
863 if (alloc_inode) { in ocfs2_remove_refcount_tree()
864 inode_unlock(alloc_inode); in ocfs2_remove_refcount_tree()
865 iput(alloc_inode); in ocfs2_remove_refcount_tree()