Searched refs:dx_leaves (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | dir.c | 2430 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument 2443 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2484 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument 2509 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2526 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument 2532 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2551 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2553 dx_leaves = kzalloc_objs(struct buffer_head *, num_dx_leaves, GFP_NOFS); in ocfs2_dx_dir_kmalloc_leaves() 2554 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2557 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() [all …]
|