Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c324 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_lookup()
543 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
839 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access()
974 err = fh_verify(rqstp, fhp, type, may_flags); in nfsd_open()
1892 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP); in nfsd_create()
1937 err = fh_verify(rqstp, fhp, S_IFLNK, NFSD_MAY_NOP); in nfsd_readlink()
1994 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_symlink()
2055 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link()
2058 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link()
2167 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE); in nfsd_rename()
[all …]
H A Dnfs2acl.c41 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()
161 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()
96 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsd3_proc_setacl()
H A Dnfs3proc.c95 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr()
299 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd3_create_file()
318 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_create_file()
655 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus()
715 resp->status = fh_verify(rqstp, &argp->fh, 0, in nfsd3_proc_fsinfo()
756 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
H A Dnfsproc.c61 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr()
117 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
301 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
H A Dnfs4proc.c169 return fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
268 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_create_file()
305 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd4_create_file()
609 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open()
735 ret = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_BYPASS_GSS); in nfsd4_putfh()
844 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP); in nfsd4_create()
960 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr()
1157 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_secinfo()
2565 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify()
2803 nfserr = fh_verify(rqstp, current_fh, 0, accmode); in nfsd4_layoutget()
[all …]
H A Dnfsfh.h224 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
H A Dnfsfh.c537 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify() function
H A Dfilecache.c1187 status = fh_verify(rqstp, fhp, type, in nfsd_file_do_acquire()
H A Dnfs4state.c8428 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm()
8619 status = fh_verify(rqstp, &cstate->current_fh, 0, 0); in nfsd4_delegreturn()
9053 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_lock()
9314 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()