Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dalloc.h279 struct ocfs2_path_item p_node[OCFS2_MAX_PATH_DEPTH]; member
282 #define path_root_bh(_path) ((_path)->p_node[0].bh)
283 #define path_root_el(_path) ((_path)->p_node[0].el)
285 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh)
286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
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()
650 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_mv_path()
651 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
653 src->p_node[i].bh = NULL; in ocfs2_mv_path()
654 src->p_node[i].el = NULL; in ocfs2_mv_path()
2224 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2548 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
[all …]
A Drefcounttree.c1032 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1033 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_validation.c320 void **p_node, in vmw_validation_add_resource() argument
371 if (p_node) in vmw_validation_add_resource()
372 *p_node = &node->private; in vmw_validation_add_resource()
A Dvmwgfx_validation.h173 void **p_node,
/linux-6.3-rc2/drivers/acpi/numa/
A Dhmat.c448 int p_node = pxm_to_node(p->processor_PD); in hmat_parse_proximity_domain() local
450 if (p_node == NUMA_NO_NODE) { in hmat_parse_proximity_domain()
/linux-6.3-rc2/lib/
A Dmaple_tree.c1058 struct maple_node *p_node; /* parent node. */ in mas_ascend() local
1072 p_node = mte_parent(mas->node); in mas_ascend()
1073 if (unlikely(a_node == p_node)) in mas_ascend()
1077 a_enode = mt_mk_node(p_node, a_type); in mas_ascend()
1080 if (p_node != mte_parent(mas->node)) in mas_ascend()

Completed in 43 milliseconds