Lines Matching defs:gfs2_trans
500 struct gfs2_trans { struct
501 unsigned long tr_ip;
503 unsigned int tr_blocks;
504 unsigned int tr_revokes;
505 unsigned int tr_reserved;
506 unsigned long tr_flags;
508 unsigned int tr_num_buf_new;
509 unsigned int tr_num_databuf_new;
510 unsigned int tr_num_buf_rm;
511 unsigned int tr_num_databuf_rm;
512 unsigned int tr_num_revoke;
513 unsigned int tr_num_revoke_rm;
515 struct list_head tr_list;
516 struct list_head tr_databuf;
517 struct list_head tr_buf;
519 unsigned int tr_first;
520 struct list_head tr_ail1_list;
521 struct list_head tr_ail2_list;