Lines Matching refs:orphan_dir_inode
712 struct inode *orphan_dir_inode, in ocfs2_remove_inode() argument
749 status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode, in ocfs2_remove_inode()
828 struct inode *orphan_dir_inode = NULL; in ocfs2_wipe_inode() local
840 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_wipe_inode()
843 if (!orphan_dir_inode) { in ocfs2_wipe_inode()
852 inode_lock(orphan_dir_inode); in ocfs2_wipe_inode()
853 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_wipe_inode()
855 inode_unlock(orphan_dir_inode); in ocfs2_wipe_inode()
894 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode, in ocfs2_wipe_inode()
903 ocfs2_inode_unlock(orphan_dir_inode, 1); in ocfs2_wipe_inode()
904 inode_unlock(orphan_dir_inode); in ocfs2_wipe_inode()
907 iput(orphan_dir_inode); in ocfs2_wipe_inode()