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

/linux-master/fs/ocfs2/
H A Ddir.c2375 int num_dx_leaves, u64 start_blk)
2381 for (i = 0; i < num_dx_leaves; i++) {
2429 int num_dx_leaves, u64 *ret_phys_blkno)
2454 num_dx_leaves, phys_blkno);
2471 int num_dx_leaves)
2477 num_dx_leaves, &phys_blkno);
2494 int num_dx_leaves = ocfs2_clusters_to_blocks(sb, 1); local
2497 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *),
2500 *ret_num_leaves = num_dx_leaves;
2585 int num_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
2769 int ret, i, num_dx_leaves = 0, dx_inline = 0, local
3625 ocfs2_dx_dir_transfer_leaf(struct inode *dir, u32 split_hash, handle_t *handle, struct ocfs2_dx_leaf *tmp_dx_leaf, struct buffer_head **orig_dx_leaves, struct buffer_head **new_dx_leaves, int num_dx_leaves) argument
3692 int num_dx_leaves; local
4001 int ret, num_dx_leaves, i, j, did_quota = 0; local
[all...]

Completed in 159 milliseconds