Lines Matching defs:gfs2_trans
468 struct gfs2_trans { struct
469 unsigned long tr_ip;
471 unsigned int tr_blocks;
472 unsigned int tr_revokes;
473 unsigned int tr_reserved;
474 unsigned int tr_touched:1;
475 unsigned int tr_attached:1;
476 unsigned int tr_alloced:1;
478 unsigned int tr_num_buf_new;
479 unsigned int tr_num_databuf_new;
480 unsigned int tr_num_buf_rm;
481 unsigned int tr_num_databuf_rm;
482 unsigned int tr_num_revoke;
483 unsigned int tr_num_revoke_rm;
485 struct list_head tr_list;
486 struct list_head tr_databuf;
487 struct list_head tr_buf;
489 unsigned int tr_first;
490 struct list_head tr_ail1_list;
491 struct list_head tr_ail2_list;