Home
last modified time | relevance | path

Searched defs:ocfs2_lock_res (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Docfs2.h170 struct ocfs2_lock_res { struct
172 struct ocfs2_lock_res_ops *l_ops; argument
175 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 …]