Searched refs:nfsd_permission (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/nfsd/ |
D | nfsd.h | 128 int nfsd_permission(struct svc_export *, struct dentry *, int);
|
/linux-2.4.37.9/fs/nfsd/ |
D | vfs.c | 251 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
|
D | nfsproc.c | 269 nfserr = nfsd_permission(newfhp->fh_export, in nfsd_proc_create()
|
D | nfsfh.c | 723 error = nfsd_permission(exp, dentry, access); in fh_verify()
|