RADIX_TREE_TAG_GET
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
radix_tree_tag_get - get a tag on a radix tree node
SYNOPSIS
"SYNOPSIS"
int radix_tree_tag_get (struct radix_tree_root * root, unsigned long index, int tag);
ARGUMENTS
- root
-
radix tree root
- index
-
index key
- tag
-
tag index
DESCRIPTION
Return the search tag corresponging to index in the radix tree.
Returns zero if the tag is unset, or if there is no corresponding item
in the tree.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:42 GMT, October 09, 2005