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