Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dauth.c8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() function
27 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser()
Dexport.h84 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp);
Dnfsfh.c103 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser_and_check_port()
Dvfs.c1970 return nfsexp_flags(rqstp, exp) & NFSEXP_READONLY; in exp_rdonly()