Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dutil.c140 rc->rc_seq_reply = cpu_to_le64(rc->rc_seq_reply); in dlm_rcom_out()
151 rc->rc_seq_reply = le64_to_cpu(rc->rc_seq_reply); in dlm_rcom_in()
Drcom.c228 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_status()
313 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_names()
363 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_lookup()
446 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_lock()
477 rc->rc_seq_reply = rc_in->rc_seq; in dlm_send_ls_not_ready()
577 if (reply && (rc->rc_seq_reply != seq)) in dlm_receive_rcom()
634 (unsigned long long)rc->rc_seq_reply, in dlm_receive_rcom()
Ddlm_internal.h452 uint64_t rc_seq_reply; /* remote ls_recover_seq */ member