Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.h277 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)
H A Dalloc.c582 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...]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c280 * @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()
H A Dvmwgfx_validation.h162 void **p_node,
/linux/lib/
H A Dmaple_tree.c1066 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()