Home
last modified time | relevance | path

Searched refs:retry_with_kcred (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c182 boolean_t retry_with_kcred; in lookuppnvp() local
208 retry_with_kcred = B_FALSE; in lookuppnvp()
304 retry_with_kcred = B_TRUE; in lookuppnvp()
329 if ((error == EACCES) && retry_with_kcred) in lookuppnvp()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c232 boolean_t retry_with_kcred; in lookuppnvp() local
267 retry_with_kcred = B_FALSE; in lookuppnvp()
363 retry_with_kcred = B_TRUE; in lookuppnvp()
399 if ((error == EACCES) && retry_with_kcred) in lookuppnvp()