Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zlib_dfltcc/
Ddfltcc_deflate.c111 int no_flush; in dfltcc_deflate() local
119 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
146 if (param->bcf && no_flush && in dfltcc_deflate()
155 no_flush = 0; in dfltcc_deflate()
175 if (no_flush && strm->avail_in > dfltcc_state->block_size) { in dfltcc_deflate()
188 if (!no_flush) in dfltcc_deflate()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_io.c2307 goto no_flush; in qedf_execute_tmf()
2314 goto no_flush; in qedf_execute_tmf()
2384 goto no_flush; in qedf_execute_tmf()
2395 no_flush: in qedf_execute_tmf()
/Linux-v5.10/fs/fuse/
Dfuse_i.h656 unsigned no_flush:1; member
Dfile.c482 if (fm->fc->no_flush) in fuse_flush()
497 fm->fc->no_flush = 1; in fuse_flush()