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

/linux-master/fs/reiserfs/
H A Dbitmap.c147 struct super_block *s = th->t_super;
352 struct super_block *s = th->t_super;
420 struct super_block *s = th->t_super;
471 struct super_block *s = th->t_super;
479 reiserfs_error(th->t_super, "bitmap-4072",
495 RFALSE(!th->t_super,
497 if (!is_reusable(th->t_super, block, 1))
512 reiserfs_error(th->t_super, "zam-4001",
548 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list;
557 reiserfs_error(th->t_super, "za
[all...]
H A Dobjectid.c51 struct super_block *s = th->t_super;
100 struct super_block *s = th->t_super;
H A Dstree.c1405 struct super_block *sb = th->t_super;
1419 retval = search_item(th->t_super, &cpu_key, &path);
1421 reiserfs_error(th->t_super, "vs-5350",
1441 reiserfs_warning(th->t_super, "vs-5355",
1448 init_tb_struct(th, &tb, th->t_super, &path,
1455 PROC_INFO_INC(th->t_super, delete_solid_item_restarted);
1468 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE,
1482 reiserfs_warning(th->t_super, "vs-5360",
1506 if (!old_format_only(th->t_super)) {
1510 &REISERFS_SB(th->t_super)
[all...]
H A Djournal.c2921 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super);
2943 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super);
3044 th->t_super = sb;
3139 * Re-set th->t_super, so we can properly keep track of how many
3143 th->t_super = sb;
3181 struct super_block *s = th->t_super;
3231 if (cur_th->t_super == sb) {
3282 struct super_block *sb = th->t_super;
3291 reiserfs_panic(th->t_super, "journal-1577",
3332 reiserfs_panic(th->t_super, "journa
[all...]
H A Dinode.c255 struct super_block *s = th->t_super;
1789 struct super_block *sb = th->t_super;
1853 struct super_block *sb = th->t_super;
H A Dreiserfs.h2853 struct super_block *t_super; member in struct:reiserfs_transaction_handle
2900 if (th && th->t_super == s)
2902 if (th && th->t_super == NULL)
H A Dnamei.c539 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number);

Completed in 338 milliseconds