Searched refs:dx_leaves (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | dir.c | 2378 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument 2391 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2432 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument 2457 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2474 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument 2480 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2499 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2501 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves() 2503 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2506 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() [all …]
|