Searched refs:xpermits (Results 1 – 1 of 1) sorted by relevance
146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local253 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()254 if (xpermits->h != new->h || in afs_cache_permit()255 xpermits->invalidated || in afs_cache_permit()256 xpermits->nr_permits != new->nr_permits || in afs_cache_permit()257 memcmp(xpermits->permits, new->permits, in afs_cache_permit()261 if (refcount_inc_not_zero(&xpermits->usage)) { in afs_cache_permit()262 replacement = xpermits; in afs_cache_permit()