Home
last modified time | relevance | path

Searched refs:NFSLY_WRITTEN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfsclstate.h261 #define NFSLY_WRITTEN 0x0100 /* Has been used to write to a DS. */ macro
/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c2654 (lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_renewthread()
2655 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_renewthread()
5211 if ((lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_layoutcommit()
5212 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_layoutcommit()
Dnfs_clrpcops.c5663 lyp->nfsly_flags |= NFSLY_WRITTEN; in nfscl_doflayoutio()