Lines Matching defs:ocfs2_lock_res
161 struct ocfs2_lock_res { struct
163 struct ocfs2_lock_res_ops *l_ops; argument
166 struct list_head l_blocked_list;
167 struct list_head l_mask_waiters;
169 unsigned long l_flags;
170 char l_name[OCFS2_LOCK_ID_MAX_LEN];
171 unsigned int l_ro_holders;
172 unsigned int l_ex_holders;
173 signed char l_level;
174 signed char l_requested;
175 signed char l_blocking;
178 unsigned char l_type;
182 unsigned char l_action;
184 unsigned char l_unlock_action;
185 unsigned int l_pending_gen;
187 spinlock_t l_lock;
189 struct ocfs2_dlm_lksb l_lksb;
213 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument