Searched defs:gfs2_glock (Results 1 – 1 of 1) sorted by relevance
243 struct gfs2_glock { struct263 const struct gfs2_glock_operations *gl_ops; argument264 char gl_strname[GDLM_STRNAME_BYTES];265 struct dlm_lksb gl_lksb;266 char gl_lvb[32];267 unsigned long gl_tchange;268 void *gl_object;270 struct list_head gl_lru;272 struct gfs2_sbd *gl_sbd;274 struct list_head gl_ail_list;[all …]