Searched refs:orphan_dir (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | namei.c | 864 struct inode *orphan_dir = NULL; in ocfs2_unlink() local 938 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir, in ocfs2_unlink() 993 orphan_name, &orphan_insert, orphan_dir, false); in ocfs2_unlink() 1007 if (orphan_dir) { in ocfs2_unlink() 1009 ocfs2_inode_unlock(orphan_dir, 1); in ocfs2_unlink() 1010 mutex_unlock(&orphan_dir->i_mutex); in ocfs2_unlink() 1011 iput(orphan_dir); in ocfs2_unlink() 1195 struct inode *orphan_dir = NULL; in ocfs2_rename() local 1427 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir, in ocfs2_rename() 1497 &orphan_insert, orphan_dir, false); in ocfs2_rename() [all …]
|