Lines Matching defs:ocfs2_lock_res
170 struct ocfs2_lock_res { struct
172 struct ocfs2_lock_res_ops *l_ops; argument
175 struct list_head l_blocked_list;
176 struct list_head l_mask_waiters;
177 struct list_head l_holders;
179 unsigned long l_flags;
180 char l_name[OCFS2_LOCK_ID_MAX_LEN];
181 unsigned int l_ro_holders;
182 unsigned int l_ex_holders;
183 signed char l_level;
184 signed char l_requested;
185 signed char l_blocking;
188 unsigned char l_type;
192 unsigned char l_action;
194 unsigned char l_unlock_action;
195 unsigned int l_pending_gen;
197 spinlock_t l_lock;
199 struct ocfs2_dlm_lksb l_lksb;
201 wait_queue_head_t l_event;
203 struct list_head l_debug_list;
228 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument