Lines Matching defs:gfs2_glock
356 struct gfs2_glock { struct
373 const struct gfs2_glock_operations *gl_ops; argument
374 ktime_t gl_dstamp;
375 struct gfs2_lkstats gl_stats;
376 struct dlm_lksb gl_lksb;
377 unsigned long gl_tchange;
378 void *gl_object;
380 struct list_head gl_lru;
381 struct list_head gl_ail_list;
382 atomic_t gl_ail_count;
383 atomic_t gl_revokes;
384 struct delayed_work gl_work;
386 struct {
411 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument