Searched refs:n_writecred (Results 1 – 5 of 5) sorted by relevance
346 if (np->n_writecred != NULL) in ncl_reclaim()347 crfree(np->n_writecred); in ncl_reclaim()
127 struct ucred *n_writecred; /* Cred. for putpages */128 struct ucred *n_writecred; /* Cred. for putpages */ global() member
280 /* Set the cred to n_writecred for the write rpcs. */ in ncl_putpages() 281 if (np->n_writecred != NULL) in ncl_putpages() 282 cred = crhold(np->n_writecred); in ncl_putpages()
744 cred = np->n_writecred; in nfs_open()745 np->n_writecred = crhold(ap->a_cred); in nfs_open()
130 struct ucred *n_writecred; /* Cred. for putpages */ member