Lines Matching defs:gfs2_trans
474 struct gfs2_trans { struct
475 unsigned long tr_ip;
477 unsigned int tr_blocks;
478 unsigned int tr_revokes;
479 unsigned int tr_reserved;
480 unsigned long tr_flags;
482 unsigned int tr_num_buf_new;
483 unsigned int tr_num_databuf_new;
484 unsigned int tr_num_buf_rm;
485 unsigned int tr_num_databuf_rm;
486 unsigned int tr_num_revoke;
488 struct list_head tr_list;
489 struct list_head tr_databuf;
490 struct list_head tr_buf;
492 unsigned int tr_first;
493 struct list_head tr_ail1_list;
494 struct list_head tr_ail2_list;