Searched refs:orphan_dir_inode (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/ocfs2/
H A Dnamei.c77 struct inode *orphan_dir_inode,
2112 struct inode *orphan_dir_inode; local
2116 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
2119 if (!orphan_dir_inode) {
2125 inode_lock(orphan_dir_inode);
2127 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
2129 inode_unlock(orphan_dir_inode);
2130 iput(orphan_dir_inode);
2136 *ret_orphan_dir = orphan_dir_inode;
2142 static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, argument
2205 struct inode *orphan_dir_inode = NULL; local
2239 ocfs2_orphan_add(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, char *name, struct ocfs2_dir_lookup_result *lookup, struct inode *orphan_dir_inode, bool dio) argument
2341 ocfs2_orphan_del(struct ocfs2_super *osb, handle_t *handle, struct inode *orphan_dir_inode, struct inode *inode, struct buffer_head *orphan_dir_bh, bool dio) argument
2631 struct inode *orphan_dir_inode = NULL; local
2707 struct inode *orphan_dir_inode = NULL; local
2788 struct inode *orphan_dir_inode = NULL; local
[all...]
H A Djournal.c2122 struct inode *orphan_dir_inode = NULL; local
2130 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
2133 if (!orphan_dir_inode) {
2139 inode_lock(orphan_dir_inode);
2140 status = ocfs2_inode_lock(orphan_dir_inode, NULL, 0);
2146 status = ocfs2_dir_foreach(orphan_dir_inode, &priv.ctx);
2155 ocfs2_inode_unlock(orphan_dir_inode, 0);
2157 inode_unlock(orphan_dir_inode);
2158 iput(orphan_dir_inode);
H A Dinode.c636 struct inode *orphan_dir_inode,
673 status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode,
752 struct inode *orphan_dir_inode = NULL; local
764 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
767 if (!orphan_dir_inode) {
776 inode_lock(orphan_dir_inode);
777 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
779 inode_unlock(orphan_dir_inode);
818 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode,
827 ocfs2_inode_unlock(orphan_dir_inode,
634 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) argument
[all...]
H A Dnamei.h22 struct inode *orphan_dir_inode,

Completed in 241 milliseconds