Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/nfsd/
Dnfsd.h128 int nfsd_permission(struct svc_export *, struct dentry *, int);
/linux-2.4.37.9/fs/nfsd/
Dvfs.c251 err = nfsd_permission(fhp->fh_export, dentry, MAY_TRUNC|MAY_OWNER_OVERRIDE); in nfsd_setattr()
399 err2 = nfsd_permission(export, dentry, map->how); in nfsd_access()
1504 nfsd_permission(struct svc_export *exp, struct dentry *dentry, int acc) in nfsd_permission() function
Dnfsproc.c269 nfserr = nfsd_permission(newfhp->fh_export, in nfsd_proc_create()
Dnfsfh.c723 error = nfsd_permission(exp, dentry, access); in fh_verify()