Lines Matching defs:access
140 * A pseudoroot export gives permission to access only one
142 * before granting access to anything else under it:
218 * access control settings being in effect, we cannot
301 * fh_verify - filehandle lookup and access checking
305 * @access: type of access needed to object
308 * access to the export, and set the current task's credentials.
324 * @access is formed from the NFSD_MAY_* constants defined in
328 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)
342 trace_nfsd_fh_verify(rqstp, fhp, type, access);
348 * "access" arguments (e.g. nfsd_proc_create calls
377 if (access & NFSD_MAY_LOCK || access & NFSD_MAY_BYPASS_GSS)
384 if (access & NFSD_MAY_BYPASS_GSS_ON_ROOT
393 /* Finally, check access permissions. */
394 error = nfsd_permission(rqstp, exp, dentry, access);
396 trace_nfsd_fh_verify_err(rqstp, fhp, type, access, error);