Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Ddir.c2414 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() argument
2427 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster()
2468 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() argument
2493 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster()
2510 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() argument
2516 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster()
2535 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local
2537 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves()
2539 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves()
2542 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves()
[all …]