Lines Matching defs:ocfs2_lock_res
157 struct ocfs2_lock_res { struct
159 struct ocfs2_lock_res_ops *l_ops; argument
162 struct list_head l_blocked_list;
163 struct list_head l_mask_waiters;
164 struct list_head l_holders;
166 unsigned long l_flags;
167 char l_name[OCFS2_LOCK_ID_MAX_LEN];
168 unsigned int l_ro_holders;
169 unsigned int l_ex_holders;
170 signed char l_level;
171 signed char l_requested;
172 signed char l_blocking;
175 unsigned char l_type;
179 unsigned char l_action;
181 unsigned char l_unlock_action;
182 unsigned int l_pending_gen;
184 spinlock_t l_lock;
186 struct ocfs2_dlm_lksb l_lksb;
188 wait_queue_head_t l_event;
190 struct list_head l_debug_list;
216 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument