Searched refs:NFSD_MAY_NOP (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs3proc.c | 52 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_getattr() 519 resp->status = fh_verify(rqstp, &resp->fh, S_IFDIR, NFSD_MAY_NOP); in nfsd3_proc_readdirplus() 599 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd3_proc_fsinfo() 638 resp->status = fh_verify(rqstp, &argp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_pathconf()
|
| H A D | nfs2acl.c | 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 155 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
|
| H A D | vfs.c | 673 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_access() 1349 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() 1653 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2078 err = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP | access); in nfsd_statfs() 2334 if ((acc & NFSD_MAY_MASK) == NFSD_MAY_NOP) in nfsd_permission()
|
| H A D | vfs.h | 15 #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 | nfsproc.c | 36 NFSD_MAY_NOP | NFSD_MAY_BYPASS_GSS_ON_ROOT); in nfsd_proc_getattr() 86 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
|
| H A D | nfs4proc.c | 297 accmode = NFSD_MAY_NOP; in do_open_lookup() 391 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open() 616 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP); in nfsd4_create() 705 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr() 1762 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify() 2061 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_NOP); in nfsd4_layoutreturn()
|