Searched refs:flush_time (Results 1 – 4 of 4) sorted by relevance
363 if (!buf->flush_time) { in journal_entry_want_write()364 buf->flush_time = local_clock() ?: 1; in journal_entry_want_write()478 buf->flush_time = 0; in journal_entry_open()866 if (!buf->flush_time) { in bch2_journal_flush_seq_async()867 buf->flush_time = local_clock() ?: 1; in bch2_journal_flush_seq_async()987 if (!buf->flush_time) { in __bch2_journal_meta()988 buf->flush_time = local_clock() ?: 1; in __bch2_journal_meta()
37 u64 flush_time; member
308 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
3043 u32 flush_time = convert_to_wallclock(exp->cd->flush_time); in nfsd4_encode_fattr4_change() local3045 if (xdr_stream_encode_u32(xdr, flush_time) != XDR_UNIT) in nfsd4_encode_fattr4_change()
Completed in 20 milliseconds