Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Djournal.c311 unsigned int flushed; in ocfs2_commit_cache() local
319 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
320 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache()
321 if (flushed == 0) { in ocfs2_commit_cache()
337 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
341 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
/linux-4.19.296/drivers/iio/
Dindustrialio-buffer.c59 int flushed = 0; in iio_buffer_ready() local
82 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready()
84 if (flushed <= 0) in iio_buffer_ready()
87 if (avail + flushed >= to_wait) in iio_buffer_ready()
/linux-4.19.296/lib/zstd/
Dcompress.c3188 …size_t const flushed = ZSTD_limitCopy(op, oend - op, zcs->outBuff + zcs->outBuffFlushedSize, toFlu… in ZSTD_compressStream_generic() local
3189 op += flushed; in ZSTD_compressStream_generic()
3190 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()
3191 if (toFlush != flushed) { in ZSTD_compressStream_generic()
3280 …size_t const flushed = ZSTD_limitCopy(op, oend - op, zcs->outBuff + zcs->outBuffFlushedSize, toFlu… in ZSTD_endStream() local
3281 op += flushed; in ZSTD_endStream()
3282 zcs->outBuffFlushedSize += flushed; in ZSTD_endStream()
3284 if (toFlush == flushed) in ZSTD_endStream()
3286 return toFlush - flushed; in ZSTD_endStream()
/linux-4.19.296/fs/jffs2/
DREADME.Locking29 don't actually get erased until the write-buffer has been flushed to
/linux-4.19.296/fs/ceph/
Dcaps.c3461 bool flushed = false; in handle_cap_flushsnap_ack() local
3477 flushed = true; in handle_cap_flushsnap_ack()
3484 if (flushed) { in handle_cap_flushsnap_ack()
3503 if (flushed) { in handle_cap_flushsnap_ack()
/linux-4.19.296/fs/reiserfs/
Djournal.c1916 int flushed = 0; in do_journal_release() local
1938 flushed = 1; in do_journal_release()