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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c1141 int i = 0, ids_to_cache = 0; local
1162 scope_idx_start = ids_to_cache;
1174 if (tmp != -1 && scope_idx_start == -1 && ids_to_cache < CACHE_LEVELS) {
1175 scope_idx_start = ids_to_cache;
1180 if (ids_to_cache < CACHE_LEVELS) {
1181 parent_ids[ids_to_cache] = thisNodeID;
1182 ids_to_cache++;
1264 for (i = 0; i < ids_to_cache; i++) {

Completed in 27 milliseconds