Searched defs:reiserfs_transaction_handle (Results 1 – 1 of 1) sorted by relevance
2844 struct reiserfs_transaction_handle { struct2851 struct super_block *t_super;2853 int t_refcount;2854 int t_blocks_logged; /* number of blocks this writer has logged */2855 int t_blocks_allocated; /* number of blocks this writer allocated */2858 unsigned int t_trans_id;2860 void *t_handle_save; /* save existing current->journal_info */2884 int journal_mark_dirty(struct reiserfs_transaction_handle *, argument