Lines Matching defs:access
139 * A pseudoroot export gives permission to access only one
141 * before granting access to anything else under it:
229 * 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)
347 * "access" arguments (e.g. nfsd_proc_create calls
376 if (access & NFSD_MAY_LOCK || access & NFSD_MAY_BYPASS_GSS)
383 if (access & NFSD_MAY_BYPASS_GSS_ON_ROOT
392 /* Finally, check access permissions. */
393 error = nfsd_permission(rqstp, exp, dentry, access);
399 access, ntohl(error));