Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Ddir.c2384 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument
2397 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster()
2438 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument
2463 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster()
2480 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument
2486 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster()
2505 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local
2507 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves()
2509 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves()
2512 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves()
[all …]