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