Searched refs:xpermits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 253 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()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 252 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit() 253 if (xpermits->h != new->h || in afs_cache_permit() 254 xpermits->invalidated || in afs_cache_permit() 255 xpermits->nr_permits != new->nr_permits || in afs_cache_permit() 256 memcmp(xpermits->permits, new->permits, in afs_cache_permit() 260 if (refcount_inc_not_zero(&xpermits->usage)) { in afs_cache_permit() 261 replacement = xpermits; in afs_cache_permit()
|
Completed in 2 milliseconds