Lines Matching refs:alloc_inode
772 struct inode *alloc_inode = NULL; in ocfs2_remove_refcount_tree() local
804 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
807 if (!alloc_inode) { in ocfs2_remove_refcount_tree()
812 mutex_lock(&alloc_inode->i_mutex); in ocfs2_remove_refcount_tree()
814 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1); in ocfs2_remove_refcount_tree()
857 ret = ocfs2_free_suballoc_bits(handle, alloc_inode, in ocfs2_remove_refcount_tree()
866 if (alloc_inode) { in ocfs2_remove_refcount_tree()
867 ocfs2_inode_unlock(alloc_inode, 1); in ocfs2_remove_refcount_tree()
871 if (alloc_inode) { in ocfs2_remove_refcount_tree()
872 mutex_unlock(&alloc_inode->i_mutex); in ocfs2_remove_refcount_tree()
873 iput(alloc_inode); in ocfs2_remove_refcount_tree()