Home
last modified time | relevance | path

Searched refs:subtree_root (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/acpi/acpica/
Dpswalk.c29 void acpi_ps_delete_parse_tree(union acpi_parse_object *subtree_root) in acpi_ps_delete_parse_tree() argument
31 union acpi_parse_object *op = subtree_root; in acpi_ps_delete_parse_tree()
36 ACPI_FUNCTION_TRACE_PTR(ps_delete_parse_tree, subtree_root); in acpi_ps_delete_parse_tree()
38 ACPI_DEBUG_PRINT((ACPI_DB_PARSE_TREES, " root %p\n", subtree_root)); in acpi_ps_delete_parse_tree()
92 if (op == subtree_root) { in acpi_ps_delete_parse_tree()
/linux-6.12.1/fs/ocfs2/
Docfs2_trace.h438 TP_PROTO(int subtree_root, unsigned long long blkno,
440 TP_ARGS(subtree_root, blkno, depth),
442 __field(int, subtree_root)
447 __entry->subtree_root = subtree_root;
451 TP_printk("%d %llu %d", __entry->subtree_root,
Drefcounttree.c963 int ret, i, subtree_root; in ocfs2_get_refcount_cpos_end() local
1030 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1033 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1034 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
Dalloc.c2911 int ret, subtree_root, deleted; in __ocfs2_rotate_tree_left() local
2951 subtree_root = ocfs2_find_subtree_root(et, left_path, in __ocfs2_rotate_tree_left()
2954 trace_ocfs2_rotate_subtree(subtree_root, in __ocfs2_rotate_tree_left()
2956 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
2978 right_path, subtree_root, in __ocfs2_rotate_tree_left()