Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/
Ddir.c2377 int num_dx_leaves, u64 start_blk) in ocfs2_dx_dir_format_cluster() argument
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() argument
2456 num_dx_leaves, phys_blkno); in __ocfs2_dx_dir_new_cluster()
2473 int num_dx_leaves) in ocfs2_dx_dir_new_cluster() argument
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() argument
[all …]