Searched defs:dlm_rsb (Results 1 – 1 of 1) sorted by relevance
263 struct dlm_rsb { struct264 struct dlm_ls *res_ls; /* the lockspace */265 struct kref res_ref;266 struct mutex res_mutex;267 unsigned long res_flags;268 int res_length; /* length of rsb name */269 int res_nodeid;270 uint32_t res_lvbseq;271 uint32_t res_hash;272 uint32_t res_bucket; /* rsbtbl */[all …]