Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_io.c2308 goto no_flush; in qedf_execute_tmf()
2315 goto no_flush; in qedf_execute_tmf()
2385 goto no_flush; in qedf_execute_tmf()
2396 no_flush: in qedf_execute_tmf()
/linux-6.1.9/fs/fuse/
Dfuse_i.h683 unsigned no_flush:1; member
Dfile.c508 if (fm->fc->no_flush) in fuse_flush()
523 fm->fc->no_flush = 1; in fuse_flush()