Lines Matching refs:alloc_inode
770 struct inode *alloc_inode = NULL; in ocfs2_remove_refcount_tree() local
802 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
805 if (!alloc_inode) { in ocfs2_remove_refcount_tree()
810 mutex_lock(&alloc_inode->i_mutex); in ocfs2_remove_refcount_tree()
812 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1); in ocfs2_remove_refcount_tree()
855 ret = ocfs2_free_suballoc_bits(handle, alloc_inode, in ocfs2_remove_refcount_tree()
864 if (alloc_inode) { in ocfs2_remove_refcount_tree()
865 ocfs2_inode_unlock(alloc_inode, 1); in ocfs2_remove_refcount_tree()
869 if (alloc_inode) { in ocfs2_remove_refcount_tree()
870 mutex_unlock(&alloc_inode->i_mutex); in ocfs2_remove_refcount_tree()
871 iput(alloc_inode); in ocfs2_remove_refcount_tree()