Lines Matching defs:gfs2_trans
497 struct gfs2_trans { struct
498 unsigned long tr_ip;
500 unsigned int tr_blocks;
501 unsigned int tr_revokes;
502 unsigned int tr_reserved;
503 unsigned long tr_flags;
505 unsigned int tr_num_buf_new;
506 unsigned int tr_num_databuf_new;
507 unsigned int tr_num_buf_rm;
508 unsigned int tr_num_databuf_rm;
509 unsigned int tr_num_revoke;
510 unsigned int tr_num_revoke_rm;
512 struct list_head tr_list;
513 struct list_head tr_databuf;
514 struct list_head tr_buf;
516 unsigned int tr_first;
517 struct list_head tr_ail1_list;
518 struct list_head tr_ail2_list;