Lines Matching defs:ocfs2_lock_res
155 struct ocfs2_lock_res { struct
157 const struct ocfs2_lock_res_ops *l_ops; argument
160 struct list_head l_blocked_list;
161 struct list_head l_mask_waiters;
162 struct list_head l_holders;
164 unsigned long l_flags;
165 char l_name[OCFS2_LOCK_ID_MAX_LEN];
166 unsigned int l_ro_holders;
167 unsigned int l_ex_holders;
168 signed char l_level;
169 signed char l_requested;
170 signed char l_blocking;
173 unsigned char l_type;
177 unsigned char l_action;
179 unsigned char l_unlock_action;
180 unsigned int l_pending_gen;
182 spinlock_t l_lock;
184 struct ocfs2_dlm_lksb l_lksb;
186 wait_queue_head_t l_event;
188 struct list_head l_debug_list;
214 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument