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

/linux-master/fs/ocfs2/
H A Ddir.c2374 struct buffer_head **dx_leaves,
2387 dx_leaves[i] = bh;
2428 struct buffer_head **dx_leaves,
2453 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves,
2470 struct buffer_head **dx_leaves,
2476 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves,
2495 struct buffer_head **dx_leaves; local
2497 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *),
2499 if (dx_leaves && ret_num_leaves)
2502 return dx_leaves;
2372 ocfs2_dx_dir_format_cluster(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head **dx_leaves, int num_dx_leaves, u64 start_blk) argument
2425 __ocfs2_dx_dir_new_cluster(struct inode *dir, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct buffer_head **dx_leaves, int num_dx_leaves, u64 *ret_phys_blkno) argument
2465 ocfs2_dx_dir_new_cluster(struct inode *dir, struct ocfs2_extent_tree *et, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **dx_leaves, int num_dx_leaves) argument
2582 ocfs2_dx_dir_index_block(struct inode *dir, handle_t *handle, struct buffer_head **dx_leaves, int num_dx_leaves, u32 *num_dx_entries, struct buffer_head *dirent_bh) argument
2779 struct buffer_head **dx_leaves = NULL; local
4002 struct buffer_head **dx_leaves = NULL; local
[all...]

Completed in 130 milliseconds