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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1111 int cache_index = -1, scope_index = -1, scope_idx_start = -1; 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;
1238 if (myErr == 0 && parents && (scope_idx_start == -1 || i > scope_idx_start)) {

Completed in 23 milliseconds