Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dafs.h109 typedef u32 afs_access_t; typedef
137 afs_access_t caller_access; /* access rights for authenticated caller */
138 afs_access_t anon_access; /* access rights for unauthenticated caller */
Dsecurity.c147 afs_access_t caller_access = scb->status.caller_access; in afs_cache_permit()
305 afs_access_t *_access) in afs_check_permit_rcu()
344 afs_access_t *_access) in afs_check_permit()
402 afs_access_t access; in afs_permission()
Dinternal.h677 afs_access_t access; /* CallerAccess value for this key */
1145 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
1363 extern int afs_check_permit(struct afs_vnode *, struct key *, afs_access_t *);
Dflock.c415 afs_access_t access; in afs_do_setlk_check()
Dinode.c349 afs_access_t *_caller_access) in afs_fetch_status()