HomeSort by: relevance | last modified time | path
    Searched refs:spa_l2cache_avl (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 247 static avl_tree_t spa_l2cache_avl; variable
1202 spa_aux_add(vd, &spa_l2cache_avl);
1212 spa_aux_remove(vd, &spa_l2cache_avl);
1223 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl);
1234 spa_aux_activate(vd, &spa_l2cache_avl);
2046 avl_create(&spa_l2cache_avl, spa_l2cache_compare, sizeof (spa_aux_t),
2116 avl_destroy(&spa_l2cache_avl);

Completed in 17 milliseconds