Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dalloc.h297 #define path_root_el(_path) ((_path)->p_node[0].el) macro
Dalloc.c602 depth = le16_to_cpu(path_root_el(path)->l_tree_depth); in ocfs2_reinit_path()
629 BUG_ON(path_root_el(dest) != path_root_el(src)); in ocfs2_cp_path()
700 path_root_el(path) = root_el; in ocfs2_new_path()
709 return ocfs2_new_path(path_root_bh(path), path_root_el(path), in ocfs2_new_path_from_path()
1892 return __ocfs2_find_path(ci, path_root_el(path), cpos, in ocfs2_find_path()
5043 rightmost_el = path_root_el(path); in ocfs2_split_extent()