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

/linux-master/fs/ocfs2/
H A Ddir.c632 struct buffer_head **dx_leaf_bh)
635 struct buffer_head *tmp = *dx_leaf_bh;
641 if (!ret && !*dx_leaf_bh)
642 *dx_leaf_bh = tmp;
896 struct buffer_head *dx_leaf_bh = NULL; local
924 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh);
930 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data;
991 res->dl_dx_leaf_bh = dx_leaf_bh;
997 brelse(dx_leaf_bh);
1457 struct buffer_head *dx_leaf_bh)
631 ocfs2_read_dx_leaf(struct inode *dir, u64 blkno, struct buffer_head **dx_leaf_bh) argument
1454 __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct buffer_head *dx_leaf_bh) argument
2592 struct buffer_head *dx_leaf_bh; local
3682 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) argument
3885 struct buffer_head *dx_leaf_bh = NULL; local
[all...]

Completed in 93 milliseconds