Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c2388 int num_dx_leaves, u64 start_blk) in ocfs2_dx_dir_format_cluster()
2394 for (i = 0; i < num_dx_leaves; i++) { in ocfs2_dx_dir_format_cluster()
2442 int num_dx_leaves, u64 *ret_phys_blkno) in __ocfs2_dx_dir_new_cluster()
2467 num_dx_leaves, phys_blkno); in __ocfs2_dx_dir_new_cluster()
2484 int num_dx_leaves) in ocfs2_dx_dir_new_cluster()
2490 num_dx_leaves, &phys_blkno); in ocfs2_dx_dir_new_cluster()
2507 int num_dx_leaves = ocfs2_clusters_to_blocks(sb, 1); in ocfs2_dx_dir_kmalloc_leaves() local
2510 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves()
2513 *ret_num_leaves = num_dx_leaves; in ocfs2_dx_dir_kmalloc_leaves()
2598 int num_dx_leaves, in ocfs2_dx_dir_index_block()
2385 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) ocfs2_dx_dir_format_cluster() argument
2438 __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) __ocfs2_dx_dir_new_cluster() argument
2478 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) ocfs2_dx_dir_new_cluster() argument
2595 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) ocfs2_dx_dir_index_block() argument
2782 int ret, i, num_dx_leaves = 0, dx_inline = 0, ocfs2_expand_inline_dir() local
3641 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) ocfs2_dx_dir_transfer_leaf() argument
3708 int num_dx_leaves; ocfs2_dx_dir_rebalance() local
4017 int ret, num_dx_leaves, i, j, did_quota = 0; ocfs2_expand_inline_dx_root() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c2377 int num_dx_leaves, u64 start_blk) in ocfs2_dx_dir_format_cluster()
2383 for (i = 0; i < num_dx_leaves; i++) { in ocfs2_dx_dir_format_cluster()
2431 int num_dx_leaves, u64 *ret_phys_blkno) in __ocfs2_dx_dir_new_cluster()
2456 num_dx_leaves, phys_blkno); in __ocfs2_dx_dir_new_cluster()
2473 int num_dx_leaves) in ocfs2_dx_dir_new_cluster()
2479 num_dx_leaves, &phys_blkno); in ocfs2_dx_dir_new_cluster()
2496 int num_dx_leaves = ocfs2_clusters_to_blocks(sb, 1); in ocfs2_dx_dir_kmalloc_leaves() local
2499 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves()
2502 *ret_num_leaves = num_dx_leaves; in ocfs2_dx_dir_kmalloc_leaves()
2587 int num_dx_leaves, in ocfs2_dx_dir_index_block()
2374 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) ocfs2_dx_dir_format_cluster() argument
2427 __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) __ocfs2_dx_dir_new_cluster() argument
2467 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) ocfs2_dx_dir_new_cluster() argument
2584 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) ocfs2_dx_dir_index_block() argument
2771 int ret, i, num_dx_leaves = 0, dx_inline = 0, ocfs2_expand_inline_dir() local
3627 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) ocfs2_dx_dir_transfer_leaf() argument
3694 int num_dx_leaves; ocfs2_dx_dir_rebalance() local
4003 int ret, num_dx_leaves, i, j, did_quota = 0; ocfs2_expand_inline_dx_root() local
[all...]

Completed in 8 milliseconds