Home
last modified time | relevance | path

Searched refs:no_flush (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_dfltcc/
Ddfltcc_deflate.c113 int no_flush; in dfltcc_deflate() local
121 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
148 if (param->bcf && no_flush && in dfltcc_deflate()
157 no_flush = 0; in dfltcc_deflate()
177 if (no_flush && strm->avail_in > dfltcc_state->block_size) { in dfltcc_deflate()
190 if (!no_flush) in dfltcc_deflate()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_io.c2328 goto no_flush; in qedf_execute_tmf()
2335 goto no_flush; in qedf_execute_tmf()
2405 goto no_flush; in qedf_execute_tmf()
2416 no_flush: in qedf_execute_tmf()
/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h662 unsigned no_flush:1; member
Dfile.c493 if (fm->fc->no_flush) in fuse_flush()
508 fm->fc->no_flush = 1; in fuse_flush()