Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dvfs.c318 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_lookup()
526 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
797 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access()
933 err = fh_verify(rqstp, fhp, type, may_flags); in nfsd_open()
1563 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP); in nfsd_create()
1612 err = fh_verify(rqstp, fhp, S_IFLNK, NFSD_MAY_NOP); in nfsd_readlink()
1722 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link()
2306 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_READ); in nfsd_getxattr()
2379 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_READ); in nfsd_listxattr()
2440 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_WRITE); in nfsd_removexattr()
[all …]
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()
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()
A Dnfs3proc.c76 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr()
274 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd3_create_file()
294 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_create_file()
668 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus()
731 resp->status = fh_verify(rqstp, &argp->fh, 0, in nfsd3_proc_fsinfo()
772 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
A Dnfs4proc.c158 return fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
252 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_create_file()
274 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd4_create_file()
568 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open()
686 ret = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_BYPASS_GSS); in nfsd4_putfh()
877 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr()
1070 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_secinfo()
2102 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify()
2293 nfserr = fh_verify(rqstp, current_fh, 0, accmode); in nfsd4_layoutget()
2367 nfserr = fh_verify(rqstp, current_fh, 0, in nfsd4_layoutcommit()
[all …]
A Dnfsfh.h219 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
A Dnfsproc.c60 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr()
115 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
299 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
A Dnfsfh.c446 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify() function
A Dfilecache.c1032 status = fh_verify(rqstp, fhp, S_IFREG, in nfsd_file_do_acquire()
A Dnfs4state.c7326 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm()
7517 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_delegreturn()
7946 if ((status = fh_verify(rqstp, &cstate->current_fh, in nfsd4_lock()
8213 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()

Completed in 755 milliseconds