Lines Matching defs:dlm_ctxt
126 struct dlm_ctxt struct
128 struct list_head list;
129 struct hlist_head **lockres_hash;
130 struct list_head dirty_list;
131 struct list_head purge_list;
132 struct list_head pending_asts;
133 struct list_head pending_basts;
134 struct list_head tracking_list;
135 unsigned int purge_count;
136 spinlock_t spinlock;
137 spinlock_t ast_lock;
138 spinlock_t track_lock;
139 char *name;
140 u8 node_num;
164 enum dlm_ctxt_state dlm_state; argument
165 unsigned int num_joins;
190 static inline struct hlist_head *dlm_lockres_hash(struct dlm_ctxt *dlm, unsigned i) in dlm_lockres_hash() argument