Home
last modified time | relevance | path

Searched defs:nfsrv_stablefirst (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/nfs/common/
H A Dnfsport.h548 struct nfsrv_stablefirst { struct
550 time_t nsf_eograce; /* Time grace period ends */
551 time_t *nsf_bootvals; /* Previous boottime values */
552 struct file *nsf_fp; /* File table pointer */
553 u_char nsf_flags; /* NFSNSF_ flags */
554 struct nfsf_rec nsf_rec; /* and above first record */
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c36 struct nfsrv_stablefirst nfsrv_stablefirst; variable