Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dpswalk.c62 void acpi_ps_delete_parse_tree(union acpi_parse_object *subtree_root) in acpi_ps_delete_parse_tree() argument
64 union acpi_parse_object *op = subtree_root; in acpi_ps_delete_parse_tree()
68 ACPI_FUNCTION_TRACE_PTR(ps_delete_parse_tree, subtree_root); in acpi_ps_delete_parse_tree()
99 if (op == subtree_root) { in acpi_ps_delete_parse_tree()
/linux-4.1.27/fs/ocfs2/
Docfs2_trace.h437 TP_PROTO(int subtree_root, unsigned long long blkno,
439 TP_ARGS(subtree_root, blkno, depth),
441 __field(int, subtree_root)
446 __entry->subtree_root = subtree_root;
450 TP_printk("%d %llu %d", __entry->subtree_root,
Drefcounttree.c972 int ret, i, subtree_root; in ocfs2_get_refcount_cpos_end() local
1039 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1042 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1043 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
Dalloc.c2922 int ret, subtree_root, deleted; in __ocfs2_rotate_tree_left() local
2961 subtree_root = ocfs2_find_subtree_root(et, left_path, in __ocfs2_rotate_tree_left()
2964 trace_ocfs2_rotate_subtree(subtree_root, in __ocfs2_rotate_tree_left()
2966 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
2969 ret = ocfs2_extend_rotate_transaction(handle, subtree_root, in __ocfs2_rotate_tree_left()
2988 right_path, subtree_root, in __ocfs2_rotate_tree_left()