root_tag_get
if (root_tag_get(root, tag))
if (!root_tag_get(root, tag))
if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag))
return root_tag_get(root, tag);
if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE)))
if (!root_tag_get(root, IDR_FREE)) {
if (root_tag_get(root, tag))
return root_tag_get(root, tag);
if (!root_tag_get(root, tag))
if (!root_tag_get(root, tag))
verify_node(node, tag, !!root_tag_get(root, tag));
int root_tag_get(struct radix_tree_root *root, unsigned int tag);