Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c138 if ((lfp)->lf_writers == 0 && ((lfp)->lf_flags & L_WAITING)) { \
139 (lfp)->lf_flags &= ~L_WAITING; \
1015 lf->lf_flags |= L_WAITING; in nfslog_logfile_wait()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h349 #define L_WAITING 0x01 /* flush of in-core data to stable */ macro