Searched refs:xpermits (Results 1 – 1 of 1) sorted by relevance
123 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local230 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()231 if (xpermits->h != new->h || in afs_cache_permit()232 xpermits->invalidated || in afs_cache_permit()233 xpermits->nr_permits != new->nr_permits || in afs_cache_permit()234 memcmp(xpermits->permits, new->permits, in afs_cache_permit()238 if (refcount_inc_not_zero(&xpermits->usage)) { in afs_cache_permit()239 replacement = xpermits; in afs_cache_permit()