Home
last modified time | relevance | path

Searched refs:t_super (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/reiserfs/
Dbitmap.c147 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 …]
Dstree.c1386 struct super_block *sb = th->t_super; in reiserfs_delete_solid_item()
1400 retval = search_item(th->t_super, &cpu_key, &path); in reiserfs_delete_solid_item()
1402 reiserfs_error(th->t_super, "vs-5350", in reiserfs_delete_solid_item()
1422 reiserfs_warning(th->t_super, "vs-5355", in reiserfs_delete_solid_item()
1429 init_tb_struct(th, &tb, th->t_super, &path, in reiserfs_delete_solid_item()
1436 PROC_INFO_INC(th->t_super, delete_solid_item_restarted); in reiserfs_delete_solid_item()
1449 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE, in reiserfs_delete_solid_item()
1463 reiserfs_warning(th->t_super, "vs-5360", in reiserfs_delete_solid_item()
1487 if (!old_format_only(th->t_super)) { in reiserfs_delete_object()
1491 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation; in reiserfs_delete_object()
[all …]
Dobjectid.c51 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid()
100 struct super_block *s = th->t_super; in reiserfs_release_objectid()
Djournal.c2907 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in journal_transaction_should_end()
2929 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in reiserfs_block_writes()
3031 th->t_super = sb; in do_journal_begin_r()
3131 th->t_super = sb; in do_journal_begin_r()
3169 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction()
3219 if (cur_th->t_super == sb) { in journal_begin()
3270 struct super_block *sb = th->t_super; in journal_mark_dirty()
3279 reiserfs_panic(th->t_super, "journal-1577", in journal_mark_dirty()
3320 reiserfs_panic(th->t_super, "journal-1413", in journal_mark_dirty()
3376 struct super_block *sb = th->t_super; in journal_end()
[all …]
Dinode.c255 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()
Dreiserfs.h2851 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()
Dnamei.c544 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()