Searched defs:ocfs2_lock_res (Results 1 – 1 of 1) sorted by relevance
114 struct ocfs2_lock_res { struct116 struct ocfs2_lock_res_ops *l_ops; argument117 spinlock_t l_lock;119 struct list_head l_blocked_list;120 struct list_head l_mask_waiters;122 enum ocfs2_lock_type l_type;123 unsigned long l_flags;124 char l_name[OCFS2_LOCK_ID_MAX_LEN];125 int l_level;126 unsigned int l_ro_holders;[all …]