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