Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddir.c2405 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument
2418 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster()
2459 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument
2484 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster()
2501 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument
2507 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster()
2526 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local
2528 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves()
2530 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves()
2533 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves()
[all …]