Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dbitmap.c138 struct super_block *s = th->t_super; in scan_bitmap_block()
315 struct super_block *s = th->t_super; in scan_bitmap()
384 struct super_block *s = th->t_super; in _reiserfs_free_block()
434 struct super_block *s = th->t_super; in reiserfs_free_block()
442 reiserfs_error(th->t_super, "bitmap-4072", in reiserfs_free_block()
458 RFALSE(!th->t_super, in reiserfs_free_prealloc_block()
460 if (!is_reusable(th->t_super, block, 1)) in reiserfs_free_prealloc_block()
474 reiserfs_error(th->t_super, "zam-4001", in __discard_prealloc()
501 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list; in reiserfs_discard_all_prealloc()
511 reiserfs_error(th->t_super, "zam-4001", in reiserfs_discard_all_prealloc()
[all …]
Dstree.c1341 retval = search_item(th->t_super, &cpu_key, &path); in reiserfs_delete_solid_item()
1343 reiserfs_error(th->t_super, "vs-5350", in reiserfs_delete_solid_item()
1359 reiserfs_warning(th->t_super, "vs-5355", in reiserfs_delete_solid_item()
1366 init_tb_struct(th, &tb, th->t_super, &path, in reiserfs_delete_solid_item()
1373 PROC_INFO_INC(th->t_super, delete_solid_item_restarted); in reiserfs_delete_solid_item()
1381 reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE, in reiserfs_delete_solid_item()
1392 reiserfs_warning(th->t_super, "vs-5360", in reiserfs_delete_solid_item()
1416 if (!old_format_only(th->t_super)) { in reiserfs_delete_object()
1420 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation; in reiserfs_delete_object()
1978 init_tb_struct(th, &s_paste_balance, th->t_super, search_path, in reiserfs_paste_into_item()
[all …]
Dobjectid.c49 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid()
94 struct super_block *s = th->t_super; in reiserfs_release_objectid()
Djournal.c2872 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in journal_transaction_should_end()
2895 struct reiserfs_journal *journal = SB_JOURNAL(th->t_super); in reiserfs_block_writes()
2994 th->t_super = sb; in do_journal_begin_r()
3088 th->t_super = sb; in do_journal_begin_r()
3125 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction()
3128 ret = journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_end_persistent_transaction()
3173 if (cur_th->t_super == sb) { in journal_begin()
3229 reiserfs_panic(th->t_super, "journal-1577", in journal_mark_dirty()
3269 reiserfs_panic(th->t_super, "journal-1413", in journal_mark_dirty()
3342 BUG_ON(cur_th->t_super != th->t_super); in journal_end()
[all …]
Dinode.c226 struct super_block *s = th->t_super; in restart_transaction()
1384 journal_mark_dirty(th, th->t_super, bh); in reiserfs_update_sd_size()
1671 struct super_block *sb = th->t_super; in reiserfs_new_directory()
1730 struct super_block *sb = th->t_super; in reiserfs_new_symlink()
1939 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
1948 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
1963 retval = journal_end(th, th->t_super, in reiserfs_new_inode()
1988 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
Dreiserfs.h2394 struct super_block *t_super; /* super for this FS when journal_begin was member
2436 if (th && th->t_super == s) in reiserfs_transaction_running()
2438 if (th && th->t_super == NULL) in reiserfs_transaction_running()
Dnamei.c506 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number); in reiserfs_add_entry()
Ddo_balan.c65 tb->transaction_handle->t_super, bh); in do_balance_mark_leaf_dirty()