Searched refs:dx_leaves (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | dir.c | 2404 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument 2417 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2458 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument 2483 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2500 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument 2506 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2525 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2527 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves() 2529 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2532 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() [all …]
|