Searched refs:n_writecred (Results 1 – 5 of 5) sorted by relevance
356 if (np->n_writecred != NULL) in ncl_reclaim()357 crfree(np->n_writecred); in ncl_reclaim()
127 struct ucred *n_writecred; /* Cred. for putpages */ member
281 if (np->n_writecred != NULL) in ncl_putpages()282 cred = crhold(np->n_writecred); in ncl_putpages()
708 cred = np->n_writecred; in nfs_open()709 np->n_writecred = crhold(ap->a_cred); in nfs_open()
130 struct ucred *n_writecred; /* Cred. for putpages */ member