Home
last modified time | relevance | path

Searched refs:orphan_dir_inode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
A Dnamei.c2102 if (!orphan_dir_inode) { in ocfs2_lookup_lock_orphan_dir()
2108 inode_lock(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir()
2113 iput(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir()
2214 iput(orphan_dir_inode); in ocfs2_prepare_orphan_dir()
2674 iput(orphan_dir_inode); in ocfs2_add_inode_to_orphan()
2699 if (!orphan_dir_inode) { in ocfs2_del_inode_from_orphan()
2709 iput(orphan_dir_inode); in ocfs2_del_inode_from_orphan()
2756 iput(orphan_dir_inode); in ocfs2_del_inode_from_orphan()
2812 if (!orphan_dir_inode) { in ocfs2_mv_orphaned_inode_to_new()
2824 iput(orphan_dir_inode); in ocfs2_mv_orphaned_inode_to_new()
[all …]
A Dinode.c636 struct inode *orphan_dir_inode, in ocfs2_remove_inode() argument
673 status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode, in ocfs2_remove_inode()
752 struct inode *orphan_dir_inode = NULL; in ocfs2_wipe_inode() local
764 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_wipe_inode()
767 if (!orphan_dir_inode) { in ocfs2_wipe_inode()
776 inode_lock(orphan_dir_inode); in ocfs2_wipe_inode()
779 inode_unlock(orphan_dir_inode); in ocfs2_wipe_inode()
818 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode, in ocfs2_wipe_inode()
827 ocfs2_inode_unlock(orphan_dir_inode, 1); in ocfs2_wipe_inode()
828 inode_unlock(orphan_dir_inode); in ocfs2_wipe_inode()
[all …]
A Dnamei.h22 struct inode *orphan_dir_inode,
A Djournal.c2100 struct inode *orphan_dir_inode = NULL; in ocfs2_queue_orphans() local
2108 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_queue_orphans()
2111 if (!orphan_dir_inode) { in ocfs2_queue_orphans()
2117 inode_lock(orphan_dir_inode); in ocfs2_queue_orphans()
2118 status = ocfs2_inode_lock(orphan_dir_inode, NULL, 0); in ocfs2_queue_orphans()
2124 status = ocfs2_dir_foreach(orphan_dir_inode, &priv.ctx); in ocfs2_queue_orphans()
2133 ocfs2_inode_unlock(orphan_dir_inode, 0); in ocfs2_queue_orphans()
2135 inode_unlock(orphan_dir_inode); in ocfs2_queue_orphans()
2136 iput(orphan_dir_inode); in ocfs2_queue_orphans()

Completed in 20 milliseconds