Lines Matching refs:alloc_inode
762 struct inode *alloc_inode = NULL; in ocfs2_remove_refcount_tree() local
794 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
797 if (!alloc_inode) { in ocfs2_remove_refcount_tree()
802 inode_lock(alloc_inode); in ocfs2_remove_refcount_tree()
804 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1); in ocfs2_remove_refcount_tree()
847 ret = ocfs2_free_suballoc_bits(handle, alloc_inode, in ocfs2_remove_refcount_tree()
856 if (alloc_inode) { in ocfs2_remove_refcount_tree()
857 ocfs2_inode_unlock(alloc_inode, 1); in ocfs2_remove_refcount_tree()
861 if (alloc_inode) { in ocfs2_remove_refcount_tree()
862 inode_unlock(alloc_inode); in ocfs2_remove_refcount_tree()
863 iput(alloc_inode); in ocfs2_remove_refcount_tree()