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