Searched refs:orphan_dir_inode (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/ |
H A D | namei.c | 77 struct inode *orphan_dir_inode, 2115 struct inode *orphan_dir_inode; in ocfs2_lookup_lock_orphan_dir() local 2119 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_lookup_lock_orphan_dir() 2122 if (!orphan_dir_inode) { in ocfs2_lookup_lock_orphan_dir() 2128 inode_lock(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2130 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2132 inode_unlock(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2133 iput(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2139 *ret_orphan_dir = orphan_dir_inode; in ocfs2_lookup_lock_orphan_dir() 2145 static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, in __ocfs2_prepare_orphan_dir() argument [all …]
|
H A D | namei.h | 22 struct inode *orphan_dir_inode,
|
H A D | journal.c | 2162 struct inode *orphan_dir_inode = NULL; in ocfs2_queue_orphans() local 2170 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_queue_orphans() 2173 if (!orphan_dir_inode) { in ocfs2_queue_orphans() 2179 inode_lock(orphan_dir_inode); in ocfs2_queue_orphans() 2180 status = ocfs2_inode_lock(orphan_dir_inode, NULL, 0); in ocfs2_queue_orphans() 2186 status = ocfs2_dir_foreach(orphan_dir_inode, &priv.ctx); in ocfs2_queue_orphans() 2195 ocfs2_inode_unlock(orphan_dir_inode, 0); in ocfs2_queue_orphans() 2197 inode_unlock(orphan_dir_inode); in ocfs2_queue_orphans() 2198 iput(orphan_dir_inode); in ocfs2_queue_orphans()
|