Searched defs:dlm_rsb (Results 1 – 1 of 1) sorted by relevance
277 struct dlm_rsb { struct278 struct dlm_ls *res_ls; /* the lockspace */279 struct kref res_ref;280 struct mutex res_mutex;281 unsigned long res_flags;282 int res_length; /* length of rsb name */283 int res_nodeid;284 uint32_t res_lvbseq;285 uint32_t res_hash;286 uint32_t res_bucket; /* rsbtbl */[all …]