| /linux/fs/nfsd/ |
| H A D | vfs.c | 322 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_lookup() 540 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr() 831 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access() 966 err = fh_verify(rqstp, fhp, type, may_flags); in nfsd_open() 1873 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP); in nfsd_create() 1918 err = fh_verify(rqstp, fhp, S_IFLNK, NFSD_MAY_NOP); in nfsd_readlink() 1975 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_symlink() 2036 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link() 2039 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2148 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE); in nfsd_rename() [all …]
|
| H A D | nfs2acl.c | 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 106 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsacld_proc_setacl() 159 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
|
| H A D | nfs3acl.c | 37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl() 96 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsd3_proc_setacl()
|
| H A D | nfs3proc.c | 76 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr() 273 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd3_create_file() 292 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_create_file() 615 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus() 675 resp->status = fh_verify(rqstp, &argp->fh, 0, in nfsd3_proc_fsinfo() 716 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
|
| H A D | nfsproc.c | 61 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr() 116 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr() 294 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
|
| H A D | nfs4proc.c | 168 return fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 267 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_create_file() 300 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd4_create_file() 601 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open() 722 ret = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_BYPASS_GSS); in nfsd4_putfh() 831 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP); in nfsd4_create() 931 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr() 1128 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_secinfo() 2434 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify() 2650 nfserr = fh_verify(rqstp, current_fh, 0, accmode); in nfsd4_layoutget() [all …]
|
| H A D | nfsfh.h | 222 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
|
| H A D | nfsfh.c | 469 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify() function
|
| H A D | filecache.c | 1101 status = fh_verify(rqstp, fhp, type, in nfsd_file_do_acquire()
|
| H A D | nfs4state.c | 7705 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm() 7896 status = fh_verify(rqstp, &cstate->current_fh, 0, 0); in nfsd4_delegreturn() 8323 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_lock() 8580 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()
|