Searched refs:n_writecred (Results 1 – 4 of 4) sorted by relevance
328 if (np->n_writecred != NULL) in ncl_reclaim()329 crfree(np->n_writecred); in ncl_reclaim()
125 struct ucred *n_writecred; /* Cred. for putpages */ member
240 if (np->n_writecred != NULL) in ncl_putpages()241 cred = crhold(np->n_writecred); in ncl_putpages()
616 cred = np->n_writecred; in nfs_open()617 np->n_writecred = crhold(ap->a_cred); in nfs_open()