Searched refs:t_super (Results 1 – 7 of 7) sorted by relevance
/fs/reiserfs/ |
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() 548 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list; in reiserfs_discard_all_prealloc() 557 reiserfs_error(th->t_super, "zam-4001", in reiserfs_discard_all_prealloc() [all …]
|
D | stree.c | 1405 struct super_block *sb = th->t_super; in reiserfs_delete_solid_item() 1419 retval = search_item(th->t_super, &cpu_key, &path); 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() 1455 PROC_INFO_INC(th->t_super, delete_solid_item_restarted); 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() 1510 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation; in reiserfs_delete_object() [all …]
|
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()
|
D | journal.c | 2927 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in journal_transaction_should_end() 2949 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in reiserfs_block_writes() 3050 th->t_super = sb; in do_journal_begin_r() 3149 th->t_super = sb; in do_journal_begin_r() 3187 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction() 3237 if (cur_th->t_super == sb) { in journal_begin() 3288 struct super_block *sb = th->t_super; in journal_mark_dirty() 3297 reiserfs_panic(th->t_super, "journal-1577", in journal_mark_dirty() 3338 reiserfs_panic(th->t_super, "journal-1413", in journal_mark_dirty() 3394 struct super_block *sb = th->t_super; in journal_end() [all …]
|
D | inode.c | 255 struct super_block *s = th->t_super; in restart_transaction() 1793 struct super_block *sb = th->t_super; in reiserfs_new_directory() 1857 struct super_block *sb = th->t_super; in reiserfs_new_symlink()
|
D | reiserfs.h | 2850 struct super_block *t_super; member 2897 if (th && th->t_super == s) in reiserfs_transaction_running() 2899 if (th && th->t_super == NULL) in reiserfs_transaction_running()
|
D | namei.c | 546 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()
|