Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ocfs2/
Docfs2.h155 struct ocfs2_lock_res { struct
157 struct ocfs2_lock_res_ops *l_ops; argument
160 struct list_head l_blocked_list;
161 struct list_head l_mask_waiters;
162 struct list_head l_holders;
164 unsigned long l_flags;
165 char l_name[OCFS2_LOCK_ID_MAX_LEN];
166 unsigned int l_ro_holders;
167 unsigned int l_ex_holders;
168 signed char l_level;
[all …]
/kernel/linux/linux-5.10/fs/ocfs2/
Docfs2.h157 struct ocfs2_lock_res { struct
159 struct ocfs2_lock_res_ops *l_ops; argument
162 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 …]