Searched refs:subtree_root (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dpswalk.c55 * PARAMETERS: subtree_root - Root of tree (or subtree) to delete
62 void acpi_ps_delete_parse_tree(union acpi_parse_object *subtree_root) argument
64 union acpi_parse_object *op = subtree_root;
68 ACPI_FUNCTION_TRACE_PTR(ps_delete_parse_tree, subtree_root);
99 if (op == subtree_root) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.c2926 int ret, subtree_root, deleted; local
2965 subtree_root = ocfs2_find_subtree_root(et, left_path,
2969 subtree_root,
2971 right_path->p_node[subtree_root].bh->b_blocknr,
2974 ret = ocfs2_extend_rotate_transaction(handle, subtree_root,
2993 right_path, subtree_root,
H A Drefcounttree.c967 int ret, i, subtree_root; local
1034 subtree_root = ocfs2_find_subtree_root(&et, left_path,
1037 tmp_el = left_path->p_node[subtree_root].el;
1038 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr;

Completed in 126 milliseconds