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,
|