Searched refs:orphan_dir_inode (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | namei.c | 77 struct inode *orphan_dir_inode, 2095 struct inode *orphan_dir_inode; in ocfs2_lookup_lock_orphan_dir() local 2099 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_lookup_lock_orphan_dir() 2102 if (!orphan_dir_inode) { in ocfs2_lookup_lock_orphan_dir() 2108 inode_lock(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2110 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2112 inode_unlock(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2113 iput(orphan_dir_inode); in ocfs2_lookup_lock_orphan_dir() 2119 *ret_orphan_dir = orphan_dir_inode; in ocfs2_lookup_lock_orphan_dir() 2125 static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, in __ocfs2_prepare_orphan_dir() argument [all …]
|
D | inode.c | 636 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() 777 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); 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() [all …]
|
D | namei.h | 22 struct inode *orphan_dir_inode,
|
D | journal.c | 2111 struct inode *orphan_dir_inode = NULL; in ocfs2_queue_orphans() local 2119 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_queue_orphans() 2122 if (!orphan_dir_inode) { in ocfs2_queue_orphans() 2128 inode_lock(orphan_dir_inode); in ocfs2_queue_orphans() 2129 status = ocfs2_inode_lock(orphan_dir_inode, NULL, 0); in ocfs2_queue_orphans() 2135 status = ocfs2_dir_foreach(orphan_dir_inode, &priv.ctx); in ocfs2_queue_orphans() 2144 ocfs2_inode_unlock(orphan_dir_inode, 0); in ocfs2_queue_orphans() 2146 inode_unlock(orphan_dir_inode); in ocfs2_queue_orphans() 2147 iput(orphan_dir_inode); in ocfs2_queue_orphans()
|