Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Drcom.c259 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_status()
349 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_names()
400 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_lookup()
483 rc->rc_seq_reply = rc_in->rc_seq; in receive_rcom_lock()
513 rc->rc_seq_reply = rc_in->rc_seq; in dlm_send_ls_not_ready()
612 if (reply && (le64_to_cpu(rc->rc_seq_reply) != seq)) in dlm_receive_rcom()
670 (unsigned long long)le64_to_cpu(rc->rc_seq_reply), in dlm_receive_rcom()
Ddlm_internal.h472 __le64 rc_seq_reply; /* remote ls_recover_seq */ member