Searched refs:nfsd_permission (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | vfs.h | 104 __be32 nfsd_permission(struct svc_rqst *, struct svc_export *,
|
D | vfs.c | 337 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access() 592 err2 = nfsd_permission(rqstp, export, dentry, map->how); in nfsd_access() 1012 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_write() 1939 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission() function
|
D | nfsfh.c | 369 error = nfsd_permission(rqstp, exp, dentry, access); in fh_verify()
|
D | nfsproc.c | 317 nfserr = nfsd_permission(rqstp, in nfsd_proc_create()
|
D | nfs4state.c | 4775 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfs4_check_file()
|