Searched refs:th (Results 1 – 1 of 1) sorted by relevance
1694 struct reiserfs_transaction_handle *th = current->journal_info; in reiserfs_transaction_running() local1695 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() argument1704 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,[all …]