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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1114 int i = 0, ids_to_cache = 0; local
1135 scope_idx_start = ids_to_cache;
1147 if (tmp != -1 && scope_idx_start == -1 && ids_to_cache < CACHE_LEVELS) {
1148 scope_idx_start = ids_to_cache;
1153 if (ids_to_cache < CACHE_LEVELS) {
1154 parent_ids[ids_to_cache] = thisNodeID;
1155 ids_to_cache++;
1237 for (i = 0; i < ids_to_cache; i++) {

Completed in 74 milliseconds