Home
last modified time | relevance | path

Searched refs:nst_rec (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/fs/nfs/common/
H A Dnfsport.h595 struct nfst_rec nst_rec; member
597 #define nst_timestamp nst_rec.timestamp
598 #define nst_len nst_rec.len
599 #define nst_flag nst_rec.flag
600 #define nst_client nst_rec.client
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c4541 NFSBCOPY((caddr_t)tsp, (caddr_t)&sp->nst_rec, in nfsrv_setupstable()