Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.h294 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path);
H A Dalloc.c700 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path) in ocfs2_new_path_from_path() function
2374 left_path = ocfs2_new_path_from_path(right_path); in ocfs2_rotate_tree_right()
2921 left_path = ocfs2_new_path_from_path(path); in __ocfs2_rotate_tree_left()
2930 right_path = ocfs2_new_path_from_path(path); in __ocfs2_rotate_tree_left()
3047 left_path = ocfs2_new_path_from_path(path); in ocfs2_remove_rightmost_path()
3313 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_right_path()
3476 left_path = ocfs2_new_path_from_path(right_path); in ocfs2_get_left_path()
4031 left_path = ocfs2_new_path_from_path(right_path); in ocfs2_append_rec_to_path()
4372 left_path = ocfs2_new_path_from_path(path); in ocfs2_figure_merge_contig_type()
4427 right_path = ocfs2_new_path_from_path(path); in ocfs2_figure_merge_contig_type()
[all …]
H A Drefcounttree.c1011 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()