Home
last modified time | relevance | path

Searched refs:fh_verify (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dvfs.c318 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_lookup()
509 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
761 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access()
901 err = fh_verify(rqstp, fhp, type, may_flags); in nfsd_open()
1509 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP); in nfsd_create()
1558 err = fh_verify(rqstp, fhp, S_IFLNK, NFSD_MAY_NOP); in nfsd_readlink()
1668 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link()
2206 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_READ); in nfsd_getxattr()
2279 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_READ); in nfsd_listxattr()
2340 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_WRITE); in nfsd_removexattr()
[all …]
H A Dnfs2acl.c41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl()
104 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsacld_proc_setacl()
157 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
H A Dnfs3acl.c37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl()
94 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsd3_proc_setacl()
H A Dnfs3proc.c53 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr()
241 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd3_create_file()
261 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_create_file()
626 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus()
687 resp->status = fh_verify(rqstp, &argp->fh, 0, in nfsd3_proc_fsinfo()
727 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
H A Dnfs4proc.c158 return fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
251 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_create_file()
273 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd4_create_file()
567 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open()
685 ret = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_BYPASS_GSS); in nfsd4_putfh()
885 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr()
1075 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_secinfo()
2071 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify()
2237 nfserr = fh_verify(rqstp, current_fh, 0, accmode); in nfsd4_layoutget()
2311 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_WRITE); in nfsd4_layoutcommit()
[all …]
H A Dnfsfh.h217 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
H A Dnfsproc.c35 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr()
89 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
268 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
H A Dnfsfh.c328 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify() function
H A Dfilecache.c999 status = fh_verify(rqstp, fhp, S_IFREG, in nfsd_file_do_acquire()
H A Dnfs4state.c6891 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm()
7077 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_delegreturn()
7502 if ((status = fh_verify(rqstp, &cstate->current_fh, in nfsd4_lock()
7757 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()