Lines Matching defs:gfs2_trans
472 struct gfs2_trans { struct
473 unsigned long tr_ip;
475 unsigned int tr_blocks;
476 unsigned int tr_revokes;
477 unsigned int tr_reserved;
478 unsigned long tr_flags;
480 unsigned int tr_num_buf_new;
481 unsigned int tr_num_databuf_new;
482 unsigned int tr_num_buf_rm;
483 unsigned int tr_num_databuf_rm;
484 unsigned int tr_num_revoke;
486 struct list_head tr_list;
487 struct list_head tr_databuf;
488 struct list_head tr_buf;
490 unsigned int tr_first;
491 struct list_head tr_ail1_list;
492 struct list_head tr_ail2_list;