Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1407 struct super_block *sb = th->t_super; in reiserfs_delete_solid_item()
1421 retval = search_item(th->t_super, &cpu_key, &path); in reiserfs_delete_solid_item()
1423 reiserfs_error(th->t_super, "vs-5350", in reiserfs_delete_solid_item()
1443 reiserfs_warning(th->t_super, "vs-5355", in reiserfs_delete_solid_item()
1450 init_tb_struct(th, &tb, th->t_super, &path, in reiserfs_delete_solid_item()
1457 PROC_INFO_INC(th->t_super, delete_solid_item_restarted); in reiserfs_delete_solid_item()
1470 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE, in reiserfs_delete_solid_item()
1484 reiserfs_warning(th->t_super, "vs-5360", in reiserfs_delete_solid_item()
1508 if (!old_format_only(th->t_super)) { in reiserfs_delete_object()
1512 &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.c2920 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in journal_transaction_should_end()
2942 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in reiserfs_block_writes()
3044 th->t_super = sb; in do_journal_begin_r()
3144 th->t_super = sb; in do_journal_begin_r()
3182 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction()
3232 if (cur_th->t_super == sb) { in journal_begin()
3283 struct super_block *sb = th->t_super; in journal_mark_dirty()
3292 reiserfs_panic(th->t_super, "journal-1577", in journal_mark_dirty()
3333 reiserfs_panic(th->t_super, "journal-1413", in journal_mark_dirty()
3389 struct super_block *sb = th->t_super; in journal_end()
[all …]
Dinode.c255 struct super_block *s = th->t_super; in restart_transaction()
1795 struct super_block *sb = th->t_super; in reiserfs_new_directory()
1859 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.c548 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()