Searched refs:NFSD_MAY_NOP (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs2acl.c | 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 159 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
|
| H A D | nfs3proc.c | 77 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_getattr() 615 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus() 676 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_fsinfo() 716 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 | 831 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access() 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() 2039 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2565 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP | access); in nfsd_statfs() 2829 if ((acc & NFSD_MAY_MASK) == NFSD_MAY_NOP) in nfsd_permission()
|
| H A D | nfsproc.c | 62 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd_proc_getattr() 116 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
|
| H A D | nfs4proc.c | 504 accmode = NFSD_MAY_NOP; in do_open_lookup() 601 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open() 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() 2434 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify() 2791 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_NOP); in nfsd4_layoutreturn()
|