Searched defs:dlm_lock_resource (Results 1 – 1 of 1) sorted by relevance
272 struct dlm_lock_resource struct276 struct hlist_node hash_node;277 struct qstr lockname;278 struct kref refs;286 struct list_head granted;287 struct list_head converting;288 struct list_head blocked;289 struct list_head purge;295 struct list_head dirty;296 struct list_head recovering; // dlm_recovery_ctxt.resources list[all …]