Searched refs:orphan_dir_bh (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dnamei.h24 struct buffer_head *orphan_dir_bh,
H A Dnamei.c2113 struct buffer_head *orphan_dir_bh = NULL; local
2127 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
2137 *ret_orphan_dir_bh = orphan_dir_bh;
2143 struct buffer_head *orphan_dir_bh,
2174 orphan_dir_bh, name,
2206 struct buffer_head *orphan_dir_bh = NULL; local
2210 &orphan_dir_bh);
2216 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh,
2226 brelse(orphan_dir_bh);
2248 struct buffer_head *orphan_dir_bh local
2142 __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh, u64 blkno, char *name, struct ocfs2_dir_lookup_result *lookup, 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
2451 struct buffer_head *orphan_dir_bh = NULL; local
2708 struct buffer_head *orphan_dir_bh = NULL; local
2789 struct buffer_head *orphan_dir_bh = NULL; local
[all...]
H A Dinode.c637 struct buffer_head *orphan_dir_bh)
674 orphan_dir_bh, false);
753 struct buffer_head *orphan_dir_bh = NULL; local
777 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
819 orphan_dir_bh);
829 brelse(orphan_dir_bh);
634 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) argument

Completed in 120 milliseconds