Searched refs:dx_leaves (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | dir.c | 2376 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument 2389 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2430 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument 2455 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2472 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument 2478 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2497 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2499 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves() 2501 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2504 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() [all …]
|