Searched refs:lf_writers (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c130 (lfp)->lf_writers++; \
134 (lfp)->lf_writers--; \
135 if ((lfp)->lf_writers == 0 && ((lfp)->lf_flags & L_WAITING)) { \
560 ASSERT(lfp->lf_writers == 0);
1009 while (lf->lf_writers > 0) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h329 int lf_writers; /* outstanding writers */ member in struct:log_file

Completed in 63 milliseconds