Searched refs:orphan_dir (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | namei.c | 884 struct inode *orphan_dir = NULL; in ocfs2_unlink() local 962 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir, in ocfs2_unlink() 1017 orphan_name, &orphan_insert, orphan_dir, false); in ocfs2_unlink() 1026 if (orphan_dir) { in ocfs2_unlink() 1028 ocfs2_inode_unlock(orphan_dir, 1); in ocfs2_unlink() 1029 mutex_unlock(&orphan_dir->i_mutex); in ocfs2_unlink() 1030 iput(orphan_dir); in ocfs2_unlink() 1212 struct inode *orphan_dir = NULL; in ocfs2_rename() local 1457 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir, in ocfs2_rename() 1527 &orphan_insert, orphan_dir, false); in ocfs2_rename() [all …]
|