Home
last modified time | relevance | path

Searched refs:lkb_lvbseq (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/dlm/
Drecover.c766 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
768 high_seq = iter->lkb_lvbseq; in recover_lvb()
783 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
785 high_seq = iter->lkb_lvbseq; in recover_lvb()
804 r->res_lvbseq = big_lkb->lkb_lvbseq; in recover_lvb()
807 r->res_lvbseq = high_lkb->lkb_lvbseq; in recover_lvb()
Ddlm_internal.h242 uint32_t lkb_lvbseq; /* lvb sequence number */ member
Drcom.c384 rl->rl_lvbseq = cpu_to_le32(lkb->lkb_lvbseq); in pack_rcom_lock()
Ddebug_fs.c252 lkb->lkb_lvbseq, in print_format3_lock()
Dlock.c1971 lkb->lkb_lvbseq = r->res_lvbseq; in set_lvb_lock()
1993 lkb->lkb_lvbseq = r->res_lvbseq; in set_lvb_lock()
2047 lkb->lkb_lvbseq = ms->m_lvbseq; in set_lvb_lock_pc()
3613 ms->m_lvbseq = lkb->lkb_lvbseq; in send_args()
3952 lkb->lkb_lvbseq = ms->m_lvbseq; in receive_convert_args()
5603 lkb->lkb_lvbseq = le32_to_cpu(rl->rl_lvbseq); in receive_rcom_lock_args()