Searched refs:NFSD_MAY_NOP (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfs2acl.c | 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 157 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
|
H A D | nfs3proc.c | 54 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_getattr() 626 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus() 688 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_fsinfo() 727 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
|
H A D | vfs.h | 17 #define NFSD_MAY_NOP 0 macro
|
H A D | nfs3acl.c | 37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl()
|
H A D | vfs.c | 762 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access() 1512 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP); in nfsd_create() 1561 err = fh_verify(rqstp, fhp, S_IFLNK, NFSD_MAY_NOP); in nfsd_readlink() 1671 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2141 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP | access); in nfsd_statfs() 2405 if ((acc & NFSD_MAY_MASK) == NFSD_MAY_NOP) in nfsd_permission()
|
H A D | nfsproc.c | 36 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd_proc_getattr() 89 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
|
H A D | nfs4proc.c | 474 accmode = NFSD_MAY_NOP; in do_open_lookup() 567 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open() 798 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP); in nfsd4_create() 885 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr() 2071 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify() 2371 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_NOP); in nfsd4_layoutreturn()
|