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