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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c978 int lookup_index = -1; local
982 if (lookup_bucket(cache, &lookup_index, nodeID)) {
983 if (cache->haveaccess[lookup_index] != access && cache->haveaccess[lookup_index] == ESRCH) {
985 cache->haveaccess[lookup_index] = access;
991 index = lookup_index;

Completed in 26 milliseconds