Lines Matching defs:ocfs2_lock_res
168 struct ocfs2_lock_res { struct
170 struct ocfs2_lock_res_ops *l_ops; argument
173 struct list_head l_blocked_list;
174 struct list_head l_mask_waiters;
176 unsigned long l_flags;
177 char l_name[OCFS2_LOCK_ID_MAX_LEN];
178 unsigned int l_ro_holders;
179 unsigned int l_ex_holders;
180 signed char l_level;
181 signed char l_requested;
182 signed char l_blocking;
185 unsigned char l_type;
189 unsigned char l_action;
191 unsigned char l_unlock_action;
192 unsigned int l_pending_gen;
194 spinlock_t l_lock;
196 struct ocfs2_dlm_lksb l_lksb;
198 wait_queue_head_t l_event;
200 struct list_head l_debug_list;
225 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument