Lines Matching refs:tcred
1127 kauth_cred_t tcred = NULL; in vnode_update_identity() local
1205 tcred = vnode_cred(vp); in vnode_update_identity()
1236 if (IS_VALID_CRED(tcred)) { in vnode_update_identity()
1237 kauth_cred_unref(&tcred); in vnode_update_identity()
1530 kauth_cred_t tcred = NOCRED; in vnode_uncache_authorized_action() local
1541 tcred = vnode_cred(vp); in vnode_uncache_authorized_action()
1546 if (IS_VALID_CRED(tcred)) { in vnode_uncache_authorized_action()
1547 kauth_cred_unref(&tcred); in vnode_uncache_authorized_action()
1608 kauth_cred_t tcred = NOCRED; in vnode_cache_authorized_action() local
1644 tcred = vnode_cred(vp); in vnode_cache_authorized_action()
1645 if (tcred == ucred) { in vnode_cache_authorized_action()
1646 tcred = NOCRED; in vnode_cache_authorized_action()
1670 if (IS_VALID_CRED(tcred)) { in vnode_cache_authorized_action()
1671 kauth_cred_unref(&tcred); in vnode_cache_authorized_action()
3265 kauth_cred_t tcred = NULL; in cache_purge() local
3276 cache_purge_locked(vp, &tcred); in cache_purge()
3280 if (IS_VALID_CRED(tcred)) { in cache_purge()
3281 kauth_cred_unref(&tcred); in cache_purge()