Lines Matching defs:gfs2_glock
348 struct gfs2_glock { struct
365 const struct gfs2_glock_operations *gl_ops; argument
366 ktime_t gl_dstamp;
367 struct gfs2_lkstats gl_stats;
368 struct dlm_lksb gl_lksb;
369 unsigned long gl_tchange;
370 void *gl_object;
372 struct list_head gl_lru;
373 struct list_head gl_ail_list;
374 atomic_t gl_ail_count;
375 atomic_t gl_revokes;
376 struct delayed_work gl_work;
377 union {
409 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument