Lines Matching defs:nand_write_cache
138 struct nand_write_cache { struct139 struct bintime nwc_creation;140 struct bintime nwc_last_write;141 struct bufq_state *nwc_bufq;142 uint8_t *nwc_data;143 daddr_t nwc_block;144 kmutex_t nwc_lock;145 bool nwc_write_pending;146 struct lwp *nwc_thread;147 kcondvar_t nwc_cv;148 bool nwc_exiting;