Searched refs:t_super (Results 1 – 7 of 7) sorted by relevance
/linux/fs/reiserfs/ |
H A D | bitmap.c | 147 struct super_block *s = th->t_super; in scan_bitmap_block() 352 struct super_block *s = th->t_super; in scan_bitmap() 420 struct super_block *s = th->t_super; in _reiserfs_free_block() 471 struct super_block *s = th->t_super; in reiserfs_free_block() 479 reiserfs_error(th->t_super, "bitmap-4072", in reiserfs_free_block() 495 RFALSE(!th->t_super, in reiserfs_free_prealloc_block() 497 if (!is_reusable(th->t_super, block, 1)) in reiserfs_free_prealloc_block() 512 reiserfs_error(th->t_super, "zam-4001", in __discard_prealloc() 557 reiserfs_error(th->t_super, "zam-4001", in reiserfs_discard_all_prealloc() 1021 struct super_block *s = hint->th->t_super; in determine_search_start() [all …]
|
H A D | stree.c | 1405 struct super_block *sb = th->t_super; in reiserfs_delete_solid_item() 1421 reiserfs_error(th->t_super, "vs-5350", in reiserfs_delete_solid_item() 1441 reiserfs_warning(th->t_super, "vs-5355", in reiserfs_delete_solid_item() 1448 init_tb_struct(th, &tb, th->t_super, &path, in reiserfs_delete_solid_item() 1468 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE, in reiserfs_delete_solid_item() 1482 reiserfs_warning(th->t_super, "vs-5360", in reiserfs_delete_solid_item() 1506 if (!old_format_only(th->t_super)) { in reiserfs_delete_object() 2135 search_for_position_by_key(th->t_super, key, in reiserfs_paste_into_item() 2244 retval = search_item(th->t_super, key, path); in reiserfs_insert_item() 2250 reiserfs_warning(th->t_super, "PAP-5760", in reiserfs_insert_item() [all …]
|
H A D | objectid.c | 51 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid() 100 struct super_block *s = th->t_super; in reiserfs_release_objectid()
|
H A D | journal.c | 3043 th->t_super = sb; in do_journal_begin_r() 3142 th->t_super = sb; in do_journal_begin_r() 3180 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction() 3230 if (cur_th->t_super == sb) { in journal_begin() 3281 struct super_block *sb = th->t_super; in journal_mark_dirty() 3387 struct super_block *sb = th->t_super; in journal_end() 3406 BUG_ON(cur_th->t_super != th->t_super); in journal_end() 3524 struct super_block *sb = th->t_super; in journal_end_sync() 3622 struct super_block *sb = th->t_super; in check_journal_end() 4006 BUG_ON(!th->t_super); in do_journal_end() [all …]
|
H A D | inode.c | 255 struct super_block *s = th->t_super; in restart_transaction() 1789 struct super_block *sb = th->t_super; in reiserfs_new_directory() 1853 struct super_block *sb = th->t_super; in reiserfs_new_symlink()
|
H A D | reiserfs.h | 2853 struct super_block *t_super; member 2900 if (th && th->t_super == s) in reiserfs_transaction_running() 2902 if (th && th->t_super == NULL) in reiserfs_transaction_running()
|
H A D | namei.c | 539 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()
|