Lines Matching defs:dlm_ctxt
106 struct dlm_ctxt struct
108 struct list_head list;
109 struct hlist_head **lockres_hash;
110 struct list_head dirty_list;
111 struct list_head purge_list;
112 struct list_head pending_asts;
113 struct list_head pending_basts;
114 struct list_head tracking_list;
115 unsigned int purge_count;
116 spinlock_t spinlock;
117 spinlock_t ast_lock;
118 spinlock_t track_lock;
119 char *name;
120 u8 node_num;
144 enum dlm_ctxt_state dlm_state; argument
145 unsigned int num_joins;
170 static inline struct hlist_head *dlm_lockres_hash(struct dlm_ctxt *dlm, unsigned i) in dlm_lockres_hash() argument