Searched refs:rc_seq_reply (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/dlm/
H A Drcom.c262 rc->rc_seq_reply = rc_in->rc_seq;
354 rc->rc_seq_reply = rc_in->rc_seq;
407 rc->rc_seq_reply = rc_in->rc_seq;
497 rc->rc_seq_reply = rc_in->rc_seq;
527 rc->rc_seq_reply = rc_in->rc_seq;
626 if (reply && (le64_to_cpu(rc->rc_seq_reply) != seq))
684 (unsigned long long)le64_to_cpu(rc->rc_seq_reply),
H A Ddlm_internal.h460 __le64 rc_seq_reply; /* remote ls_recover_seq */ member in struct:dlm_rcom
/linux-master/include/trace/events/
H A Ddlm.h354 __field(uint64_t, rc_seq_reply)
371 __entry->rc_seq_reply = le64_to_cpu(rc->rc_seq_reply);
378 "rc_id=%llu rc_seq=%llu rc_seq_reply=%llu "
385 __entry->rc_seq_reply,

Completed in 110 milliseconds