Home
last modified time | relevance | path

Searched refs:log_seq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dbtt.c271 static u32 log_seq(struct log_group *log, int log_idx) in log_seq() function
296 if (log_seq(log, idx0) == 0) { in btt_log_get_old()
301 if (log_seq(log, idx0) == log_seq(log, idx1)) in btt_log_get_old()
303 if (log_seq(log, idx0) + log_seq(log, idx1) > 5) in btt_log_get_old()
306 if (log_seq(log, idx0) < log_seq(log, idx1)) { in btt_log_get_old()
307 if ((log_seq(log, idx1) - log_seq(log, idx0)) == 1) in btt_log_get_old()
312 if ((log_seq(log, idx0) - log_seq(log, idx1)) == 1) in btt_log_get_old()
/openbmc/linux/fs/gfs2/
H A Dtrace_gfs2.h359 __field( u64, log_seq )
366 __entry->log_seq = sdp->sd_log_sequence;
373 (unsigned long long)__entry->log_seq,