Lines Matching refs:th
1694 struct reiserfs_transaction_handle *th = current->journal_info; in reiserfs_transaction_running() local
1695 if (th && th->t_super == s) in reiserfs_transaction_running()
1697 if (th && th->t_super == NULL) in reiserfs_transaction_running()
1702 static __inline__ int reiserfs_transaction_free_space(struct reiserfs_transaction_handle *th) in reiserfs_transaction_free_space() argument
1704 return th->t_blocks_allocated - th->t_blocks_logged; in reiserfs_transaction_free_space()
1719 void reiserfs_block_writes(struct reiserfs_transaction_handle *th);
1749 void add_save_link(struct reiserfs_transaction_handle *th,
1754 __u32 reiserfs_get_unused_objectid(struct reiserfs_transaction_handle *th);
1755 void reiserfs_release_objectid(struct reiserfs_transaction_handle *th,
1812 int reiserfs_insert_item(struct reiserfs_transaction_handle *th,
1818 int reiserfs_paste_into_item(struct reiserfs_transaction_handle *th,
1824 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th,
1830 int reiserfs_delete_item(struct reiserfs_transaction_handle *th,
1835 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th,
1837 int reiserfs_delete_object(struct reiserfs_transaction_handle *th,
1839 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th,
1884 int reiserfs_new_inode(struct reiserfs_transaction_handle *th,
1889 void reiserfs_update_sd_size(struct reiserfs_transaction_handle *th,
1892 static __inline__ void reiserfs_update_sd(struct reiserfs_transaction_handle *th, in reiserfs_update_sd() argument
1895 reiserfs_update_sd_size(th, inode, inode->i_size); in reiserfs_update_sd()
2047 struct reiserfs_transaction_handle *th; /* transaction handle is needed to log super blocks and member
2078 void reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *,
2087 .th = tb->transaction_handle, in reiserfs_new_form_blocknrs()
2099 *th, struct inode *inode, in reiserfs_new_unf_blocknrs()
2105 .th = th, in reiserfs_new_unf_blocknrs()
2117 *th, struct inode *inode, in reiserfs_new_unf_blocknrs2()
2123 .th = th, in reiserfs_new_unf_blocknrs2()
2133 void reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th,
2135 void reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th);