Lines Matching defs:gfs2_glock
338 struct gfs2_glock { struct
355 const struct gfs2_glock_operations *gl_ops; argument
356 ktime_t gl_dstamp;
357 struct gfs2_lkstats gl_stats;
358 struct dlm_lksb gl_lksb;
359 unsigned long gl_tchange;
360 void *gl_object;
362 struct list_head gl_lru;
363 struct list_head gl_ail_list;
364 atomic_t gl_ail_count;
365 atomic_t gl_revokes;
366 struct delayed_work gl_work;
391 struct gfs2_glock *i_gl; argument