Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dlock_dlm.c475 memcpy(lvb_bits, ls->ls_control_lvb, GDLM_LVB_SIZE); in control_lvb_read()
484 memcpy(ls->ls_control_lvb, lvb_bits, GDLM_LVB_SIZE); in control_lvb_write()
486 memcpy(ls->ls_control_lvb, &gen, sizeof(__le32)); in control_lvb_write()
797 memset(&ls->ls_control_lvb, 0, GDLM_LVB_SIZE); in control_mount()
798 ls->ls_control_lksb.sb_lvbptr = ls->ls_control_lvb; in control_mount()
Dincore.h682 char ls_control_lvb[GDLM_LVB_SIZE]; /* control_lock lvb */ member