Searched refs:t_super (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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() 540 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list; in reiserfs_discard_all_prealloc() 549 reiserfs_error(th->t_super, "zam-4001", in reiserfs_discard_all_prealloc() [all …]
|
D | stree.c | 1389 struct super_block *sb = th->t_super; in reiserfs_delete_solid_item() 1403 retval = search_item(th->t_super, &cpu_key, &path); in reiserfs_delete_solid_item() 1405 reiserfs_error(th->t_super, "vs-5350", in reiserfs_delete_solid_item() 1425 reiserfs_warning(th->t_super, "vs-5355", in reiserfs_delete_solid_item() 1432 init_tb_struct(th, &tb, th->t_super, &path, in reiserfs_delete_solid_item() 1439 PROC_INFO_INC(th->t_super, delete_solid_item_restarted); in reiserfs_delete_solid_item() 1452 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE, in reiserfs_delete_solid_item() 1466 reiserfs_warning(th->t_super, "vs-5360", in reiserfs_delete_solid_item() 1490 if (!old_format_only(th->t_super)) { in reiserfs_delete_object() 1494 &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 | 2914 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in journal_transaction_should_end() 2936 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in reiserfs_block_writes() 3038 th->t_super = sb; in do_journal_begin_r() 3138 th->t_super = sb; in do_journal_begin_r() 3176 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction() 3226 if (cur_th->t_super == sb) { in journal_begin() 3277 struct super_block *sb = th->t_super; in journal_mark_dirty() 3286 reiserfs_panic(th->t_super, "journal-1577", in journal_mark_dirty() 3327 reiserfs_panic(th->t_super, "journal-1413", in journal_mark_dirty() 3383 struct super_block *sb = th->t_super; in journal_end() [all …]
|
D | reiserfs.h | 2851 struct super_block *t_super; member 2898 if (th && th->t_super == s) in reiserfs_transaction_running() 2900 if (th && th->t_super == NULL) in reiserfs_transaction_running()
|
D | inode.c | 254 struct super_block *s = th->t_super; in restart_transaction() 1809 struct super_block *sb = th->t_super; in reiserfs_new_directory() 1873 struct super_block *sb = th->t_super; in reiserfs_new_symlink()
|
D | namei.c | 544 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()
|