Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c132 int no_flush; in dfltcc_deflate() local
144 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
154 if (!no_flush && param->bcf) { in dfltcc_deflate()
165 *result = no_flush ? need_more : block_done; in dfltcc_deflate()
174 if (param->bcf && no_flush && in dfltcc_deflate()
183 no_flush = 0; in dfltcc_deflate()
208 if (no_flush && strm->avail_in > dfltcc_state->block_size) { in dfltcc_deflate()
221 if (!no_flush) in dfltcc_deflate()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c2314 goto no_flush; in qedf_execute_tmf()
2321 goto no_flush; in qedf_execute_tmf()
2391 goto no_flush; in qedf_execute_tmf()
2402 no_flush: in qedf_execute_tmf()
/openbmc/linux/fs/fuse/
H A Dfuse_i.h705 unsigned no_flush:1; member
H A Dfile.c509 if (fm->fc->no_flush) in fuse_flush()
524 fm->fc->no_flush = 1; in fuse_flush()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c666 inserted->cache->no_flush ? ", ignore flushes" : ""); in print_block_info()
/openbmc/qemu/block/
H A Dqapi.c72 .no_flush = !!(bs->open_flags & BDRV_O_NO_FLUSH), in bdrv_block_device_info()