Searched refs:nb_rcred (Results 1 – 2 of 2) sorted by relevance
335 if (IS_VALID_CRED(fbp->nb_rcred)) { in nfs_buf_freeup()336 kauth_cred_unref(&fbp->nb_rcred); in nfs_buf_freeup()920 if (IS_VALID_CRED(bp->nb_rcred)) { in nfs_buf_get()921 kauth_cred_unref(&bp->nb_rcred); in nfs_buf_get()1607 cred = bp->nb_rcred; in nfs_buf_read()2065 if (!IS_VALID_CRED(bp->nb_rcred) && IS_VALID_CRED(cred)) { in nfs_buf_readahead()2067 bp->nb_rcred = cred; in nfs_buf_readahead()2395 if (!IS_VALID_CRED(bp->nb_rcred) && IS_VALID_CRED(cred)) { in nfs_bioread()2397 bp->nb_rcred = cred; in nfs_bioread()2540 cred = bp->nb_rcred; /* shouldn't really happen, but... */ in nfs_buf_write()
114 kauth_cred_t nb_rcred; /* read credentials reference */ member