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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c138 struct super_block *s = th->t_super;
315 struct super_block *s = th->t_super;
384 struct super_block *s = th->t_super;
436 struct super_block *s = th->t_super;
452 RFALSE(!th->t_super,
454 RFALSE(is_reusable(th->t_super, block, 1) == 0,
469 reiserfs_warning(th->t_super,
496 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list;
506 reiserfs_warning(th->t_super,
641 if (TEST_OPTION(displace_based_on_dirid, hint->th->t_super))
[all...]
H A Dstree.c1335 retval = search_item(th->t_super, &cpu_key, &path);
1337 reiserfs_warning(th->t_super,
1354 reiserfs_warning(th->t_super,
1362 init_tb_struct(th, &tb, th->t_super, &path,
1369 PROC_INFO_INC(th->t_super, delete_solid_item_restarted);
1377 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE,
1388 reiserfs_warning(th->t_super,
1413 if (!old_format_only(th->t_super)) {
1417 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation;
1975 init_tb_struct(th, &s_paste_balance, th->t_super, p_s_search_pat
[all...]
H A Dobjectid.c50 struct super_block *s = th->t_super;
95 struct super_block *s = th->t_super;
H A Djournal.c2855 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super);
2879 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super);
2975 th->t_super = p_s_sb;
3065 /* Re-set th->t_super, so we can properly keep track of how many
3068 th->t_super = p_s_sb;
3105 struct super_block *s = th->t_super;
3108 ret = journal_end(th, th->t_super, th->t_blocks_allocated);
3153 if (cur_th->t_super == p_s_sb) {
3208 reiserfs_panic(th->t_super,
3247 reiserfs_panic(th->t_super,
[all...]
H A Dinode.c211 struct super_block *s = th->t_super;
1355 journal_mark_dirty(th, th->t_super, bh);
1645 struct super_block *sb = th->t_super;
1704 struct super_block *sb = th->t_super;
1910 journal_end(th, th->t_super, th->t_blocks_allocated);
1919 journal_end(th, th->t_super, th->t_blocks_allocated);
1947 journal_end(th, th->t_super, th->t_blocks_allocated);
H A Dfile.c889 status = journal_end(th, th->t_super, th->t_blocks_allocated);
1497 err = journal_end(&th, th.t_super, th.t_blocks_allocated);
H A Dnamei.c520 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number);
H A Ddo_balan.c36 tb->transaction_handle->t_super, bh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1649 struct super_block *t_super; /* super for this FS when journal_begin was member in struct:reiserfs_transaction_handle
1691 if (th && th->t_super == s)
1693 if (th && th->t_super == NULL)

Completed in 118 milliseconds