HomeSort by: relevance | last modified time | path
    Searched defs:chkaccess (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_getcwd.c 320 int chkaccess = (flags & GETCWD_CHECK_ACCESS); local in function:getcwd_common
329 if (chkaccess) {
335 chkaccess = 0;
363 if (chkaccess && !cache_have_id(lvp)) {
374 chkaccess = 0;
382 error = cache_revlookup(lvp, &uvp, &bp, bufp, chkaccess,

Completed in 12 milliseconds