Home
last modified time | relevance | path

Searched defs:lm_lockstruct (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
Dincore.h671 struct lm_lockstruct { struct
672 int ls_jid;
673 unsigned int ls_first;
674 const struct lm_lockops *ls_ops;
675 dlm_lockspace_t *ls_dlm;
677 int ls_recover_jid_done; /* These two are deprecated, */
678 int ls_recover_jid_status; /* used previously by gfs_controld */
680 struct dlm_lksb ls_mounted_lksb; /* mounted_lock */
681 struct dlm_lksb ls_control_lksb; /* control_lock */
682 char ls_control_lvb[GDLM_LVB_SIZE]; /* control_lock lvb */
[all …]