Home
last modified time | relevance | path

Searched refs:xpermits (Results 1 – 1 of 1) sorted by relevance

/fs/afs/
Dsecurity.c131 struct afs_permits *permits, *xpermits; in afs_cache_permit() local
169 xpermits = auth_vnode->permits; in afs_cache_permit()
171 if (xpermits) { in afs_cache_permit()
175 count = xpermits->count; in afs_cache_permit()
176 permit = xpermits->permits; in afs_cache_permit()
192 if (xpermits) in afs_cache_permit()
193 memcpy(permits->permits, xpermits->permits, in afs_cache_permit()
203 if (xpermits) in afs_cache_permit()
204 call_rcu(&xpermits->rcu, afs_dispose_of_permits); in afs_cache_permit()