Lines Matching defs:orphan_dir_inode
638 struct inode *orphan_dir_inode,
675 status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode,
754 struct inode *orphan_dir_inode = NULL;
766 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
769 if (!orphan_dir_inode) {
778 inode_lock(orphan_dir_inode);
779 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
781 inode_unlock(orphan_dir_inode);
820 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode,
829 ocfs2_inode_unlock(orphan_dir_inode, 1);
830 inode_unlock(orphan_dir_inode);
833 iput(orphan_dir_inode);