Lines Matching refs:orphan_dir
879 struct inode *orphan_dir = NULL;
957 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir,
1012 orphan_name, &orphan_insert, orphan_dir, false);
1021 if (orphan_dir) {
1023 ocfs2_inode_unlock(orphan_dir, 1);
1024 inode_unlock(orphan_dir);
1025 iput(orphan_dir);
1209 struct inode *orphan_dir = NULL;
1457 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir,
1527 &orphan_insert, orphan_dir, false);
1650 if (orphan_dir) {
1652 ocfs2_inode_unlock(orphan_dir, 1);
1653 inode_unlock(orphan_dir);
1654 iput(orphan_dir);
2440 struct inode *orphan_dir = NULL;
2444 ret = ocfs2_lookup_lock_orphan_dir(osb, &orphan_dir, &orphan_dir_bh);
2465 ret = __ocfs2_prepare_orphan_dir(orphan_dir, orphan_dir_bh,
2475 *ret_orphan_dir = orphan_dir;
2488 inode_unlock(orphan_dir);
2489 ocfs2_inode_unlock(orphan_dir, 1);
2490 iput(orphan_dir);
2504 struct inode *orphan_dir = NULL;
2523 orphan_name, &orphan_dir,
2572 &orphan_insert, orphan_dir, false);
2590 if (orphan_dir) {
2592 ocfs2_inode_unlock(orphan_dir, 1);
2593 inode_unlock(orphan_dir);
2594 iput(orphan_dir);