Searched refs:wcred (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c3016 kauth_cred_t wcred = NULL; local
3084 wcred = bp->nb_wcred;
3085 if (!IS_VALID_CRED(wcred))
3086 panic("nfs: needcommit w/out wcred");
3088 } else if ((wcred_set == 1) && wcred != bp->nb_wcred) {
3151 * If all bufs are using the same wcred, then use that with
3164 retv = nmp->nm_funcs->nf_commit_rpc(np, off, count, wcred, wverf);

Completed in 23 milliseconds