Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dafs.h109 typedef u32 afs_access_t; typedef
141 afs_access_t caller_access; /* access rights for authenticated caller */
142 afs_access_t anon_access; /* access rights for unauthenticated caller */
Dsecurity.c122 afs_access_t caller_access = READ_ONCE(vnode->status.caller_access); in afs_cache_permit()
284 afs_access_t *_access) in afs_check_permit()
343 afs_access_t access; in afs_permission()
Dinternal.h556 afs_access_t access; /* CallerAccess value for this key */
990 extern int afs_check_permit(struct afs_vnode *, struct key *, afs_access_t *);
Dflock.c334 afs_access_t access; in afs_do_setlk_check()