Home
last modified time | relevance | path

Searched defs:reiserfs_transaction_handle (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2843 struct reiserfs_transaction_handle { struct
2850 struct super_block *t_super;
2852 int t_refcount;
2853 int t_blocks_logged; /* number of blocks this writer has logged */
2854 int t_blocks_allocated; /* number of blocks this writer allocated */
2857 unsigned int t_trans_id;
2859 void *t_handle_save; /* save existing current->journal_info */
2883 int journal_mark_dirty(struct reiserfs_transaction_handle *, argument