Lines Matching refs:orphan_dir
877 struct inode *orphan_dir = NULL;
955 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir,
1010 orphan_name, &orphan_insert, orphan_dir, false);
1019 if (orphan_dir) {
1021 ocfs2_inode_unlock(orphan_dir, 1);
1022 inode_unlock(orphan_dir);
1023 iput(orphan_dir);
1206 struct inode *orphan_dir = NULL;
1454 status = ocfs2_prepare_orphan_dir(osb, &orphan_dir,
1524 &orphan_insert, orphan_dir, false);
1646 if (orphan_dir) {
1648 ocfs2_inode_unlock(orphan_dir, 1);
1649 inode_unlock(orphan_dir);
1650 iput(orphan_dir);
2435 struct inode *orphan_dir = NULL;
2439 ret = ocfs2_lookup_lock_orphan_dir(osb, &orphan_dir, &orphan_dir_bh);
2460 ret = __ocfs2_prepare_orphan_dir(orphan_dir, orphan_dir_bh,
2470 *ret_orphan_dir = orphan_dir;
2483 inode_unlock(orphan_dir);
2484 ocfs2_inode_unlock(orphan_dir, 1);
2485 iput(orphan_dir);
2499 struct inode *orphan_dir = NULL;
2518 orphan_name, &orphan_dir,
2567 &orphan_insert, orphan_dir, false);
2585 if (orphan_dir) {
2587 ocfs2_inode_unlock(orphan_dir, 1);
2588 inode_unlock(orphan_dir);
2589 iput(orphan_dir);