Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
Dreiserfs.h2846 struct reiserfs_transaction_handle { struct
2853 struct super_block *t_super;
2855 int t_refcount;
2856 int t_blocks_logged; /* number of blocks this writer has logged */
2857 int t_blocks_allocated; /* number of blocks this writer allocated */
2860 unsigned int t_trans_id;
2862 void *t_handle_save; /* save existing current->journal_info */
2886 int journal_mark_dirty(struct reiserfs_transaction_handle *, argument