Lines Matching defs:gfs2_glock
331 struct gfs2_glock { struct
349 const struct gfs2_glock_operations *gl_ops; argument
350 ktime_t gl_dstamp;
351 struct gfs2_lkstats gl_stats;
352 struct dlm_lksb gl_lksb;
353 unsigned long gl_tchange;
354 void *gl_object;
356 struct list_head gl_lru;
357 struct list_head gl_ail_list;
358 atomic_t gl_ail_count;
359 atomic_t gl_revokes;
360 struct delayed_work gl_work;
361 union {
391 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument