Searched refs:nfsd_permission (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.h | 148 __be32 nfsd_permission(struct svc_rqst *, struct svc_export *,
|
A D | vfs.c | 405 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access() 773 err2 = nfsd_permission(rqstp, export, dentry, map->how); in nfsd_access() 1358 err = nfsd_permission(rqstp, fhp->fh_export, dentry, NFSD_MAY_CREATE); in nfsd_create_locked() 2318 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission() function
|
A D | nfsfh.c | 394 error = nfsd_permission(rqstp, exp, dentry, access); in fh_verify()
|
A D | nfsproc.c | 346 resp->status = nfsd_permission(rqstp, in nfsd_proc_create()
|
A D | nfs4state.c | 6464 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfs4_check_file()
|
Completed in 28 milliseconds