Lines Matching defs:gfs2_trans
466 struct gfs2_trans { struct
467 unsigned long tr_ip;
469 unsigned int tr_blocks;
470 unsigned int tr_revokes;
471 unsigned int tr_reserved;
472 unsigned int tr_touched:1;
473 unsigned int tr_attached:1;
474 unsigned int tr_alloced:1;
476 unsigned int tr_num_buf_new;
477 unsigned int tr_num_databuf_new;
478 unsigned int tr_num_buf_rm;
479 unsigned int tr_num_databuf_rm;
480 unsigned int tr_num_revoke;
481 unsigned int tr_num_revoke_rm;
483 struct list_head tr_list;
484 struct list_head tr_databuf;
485 struct list_head tr_buf;
487 unsigned int tr_first;
488 struct list_head tr_ail1_list;
489 struct list_head tr_ail2_list;