Home
last modified time | relevance | path

Searched refs:n_writecred (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clnode.c309 if (np->n_writecred != NULL) in ncl_reclaim()
310 crfree(np->n_writecred); in ncl_reclaim()
H A Dnfsnode.h128 struct ucred *n_writecred; /* Cred. for putpages */ member
H A Dnfs_clbio.c265 if (np->n_writecred != NULL) in ncl_putpages()
266 cred = crhold(np->n_writecred); in ncl_putpages()
H A Dnfs_clvnops.c624 cred = np->n_writecred; in nfs_open()
625 np->n_writecred = crhold(ap->a_cred); in nfs_open()