Lines Matching defs:dlm_ctxt
111 struct dlm_ctxt struct
113 struct list_head list;
114 struct hlist_head **lockres_hash;
115 struct list_head dirty_list;
116 struct list_head purge_list;
117 struct list_head pending_asts;
118 struct list_head pending_basts;
119 struct list_head tracking_list;
120 unsigned int purge_count;
121 spinlock_t spinlock;
122 spinlock_t ast_lock;
123 spinlock_t track_lock;
124 char *name;
125 u8 node_num;
149 enum dlm_ctxt_state dlm_state; argument
150 unsigned int num_joins;
175 static inline struct hlist_head *dlm_lockres_hash(struct dlm_ctxt *dlm, unsigned i) in dlm_lockres_hash() argument