Searched refs:p_node (Results 1 – 5 of 5) sorted by relevance
277 struct ocfs2_path_item p_node[OCFS2_MAX_PATH_DEPTH]; member 280 #define path_root_bh(_path) ((_path)->p_node[0].bh)281 #define path_root_el(_path) ((_path)->p_node[0].el)283 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh)284 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
582 node = &path->p_node[i]; in ocfs2_reinit_path() 628 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_cp_path() 629 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path() 631 if (dest->p_node[i].bh) in ocfs2_cp_path() 632 get_bh(dest->p_node[i].bh); in ocfs2_cp_path() 648 brelse(dest->p_node[i].bh); in ocfs2_mv_path() 650 dest->p_node[i].bh = src->p_node[ in ocfs2_mv_path() [all...]
280 * @p_node: Output pointer of additional metadata address.289 void **p_node, in vmw_validation_add_resource() argument 340 if (p_node) in vmw_validation_add_resource() 341 *p_node = &node->private; in vmw_validation_add_resource()
162 void **p_node,
1066 struct maple_node *p_node; /* parent node. */ in mas_ascend() local 1079 p_node = mte_parent(mas->node); in mas_ascend() 1080 if (unlikely(a_node == p_node)) in mas_ascend() 1085 a_enode = mt_mk_node(p_node, a_type); in mas_ascend() 1088 if (p_node != mte_parent(mas->node)) in mas_ascend()