Searched defs:ocfs2_lock_res (Results 1 – 1 of 1) sorted by relevance
170 struct ocfs2_lock_res { struct172 struct ocfs2_lock_res_ops *l_ops; argument175 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;[all …]