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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c812 #define CACHE_LEVELS 16 macro
1095 * up to CACHE_LEVELS as we progress towards the root.
1115 int parent_ids[CACHE_LEVELS];
1147 if (tmp != -1 && scope_idx_start == -1 && ids_to_cache < CACHE_LEVELS) {
1153 if (ids_to_cache < CACHE_LEVELS) {

Completed in 14 milliseconds