Searched refs:REISERFS_SB (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | lock.c | 23 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_lock() 36 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_unlock() 53 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_unlock_nested() 71 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_lock_nested() 88 struct reiserfs_sb_info *sb_i = REISERFS_SB(sb); in reiserfs_check_lock_depth() 96 struct reiserfs_sb_info *sb_i = REISERFS_SB(sb); in reiserfs_lock_check_recursive()
|
D | super.c | 101 struct reiserfs_sb_info *sbi = REISERFS_SB(s); in reiserfs_schedule_old_flush() 122 struct reiserfs_sb_info *sbi = REISERFS_SB(s); in cancel_old_flush() 124 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in cancel_old_flush() 233 if (REISERFS_SB(s)->s_qf_names[i]) { in finish_unfinished() 250 REISERFS_SB(s)->s_is_unlinked_ok = 1; in finish_unfinished() 369 REISERFS_SB(s)->s_is_unlinked_ok = 0; in finish_unfinished() 519 if (REISERFS_SB(s)) { in reiserfs_kill_sb() 531 dput(REISERFS_SB(s)->xattr_root); in reiserfs_kill_sb() 532 REISERFS_SB(s)->xattr_root = NULL; in reiserfs_kill_sb() 533 dput(REISERFS_SB(s)->priv_root); in reiserfs_kill_sb() [all …]
|
D | procfs.c | 31 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) { in show_version() 33 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) { in show_version() 73 struct reiserfs_sb_info *r = REISERFS_SB(sb); in show_super() 136 struct reiserfs_sb_info *r = REISERFS_SB(sb); in show_per_level() 195 struct reiserfs_sb_info *r = REISERFS_SB(sb); in show_bitmap() 228 struct reiserfs_sb_info *sb_info = REISERFS_SB(sb); in show_on_disk_super() 272 struct reiserfs_sb_info *sb_info = REISERFS_SB(sb); in show_oidmap() 303 struct reiserfs_sb_info *r = REISERFS_SB(sb); in show_journal() 412 proc_create_data(name, 0, REISERFS_SB(sb)->procdir, in add_file() 428 REISERFS_SB(sb)->procdir = proc_mkdir_data(b, 0, proc_info_root, sb); in reiserfs_proc_info_init() [all …]
|
D | bitmap.c | 20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits) 81 &REISERFS_SB(s)->s_properties))) { in is_reusable() 82 b_blocknr_t bmap1 = REISERFS_SB(s)->s_sbh->b_blocknr + 1; in is_reusable() 478 if (block > sb_block_count(REISERFS_SB(s)->s_rs)) { in reiserfs_free_block() 482 block, sb_block_count(REISERFS_SB(s)->s_rs)); in reiserfs_free_block() 571 REISERFS_SB(s)->s_alloc_options.bits = 0; in reiserfs_parse_alloc_options() 584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options() 586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options() 593 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options() 651 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options() [all …]
|
D | reiserfs.h | 716 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH)) 717 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH)) 718 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) 719 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) 720 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER)) 721 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE… 722 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI… 723 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4)) 725 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL)) 726 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL)) [all …]
|
D | xattr.h | 49 return REISERFS_SB(sb)->priv_root != NULL; in reiserfs_xattrs_initialized() 81 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
|
D | xattr.c | 120 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root() 128 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root() 1004 REISERFS_SB(s)->priv_root = dentry; in reiserfs_lookup_privroot() 1023 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init() 1031 err = create_privroot(REISERFS_SB(s)->priv_root); in reiserfs_xattr_init() 1038 if (!REISERFS_SB(s)->xattr_root) { in reiserfs_xattr_init() 1044 REISERFS_SB(s)->xattr_root = dentry; in reiserfs_xattr_init() 1053 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init() 1054 clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
|
D | tail_conversion.c | 49 REISERFS_SB(sb)->s_direct2indirect++; in direct2indirect() 220 REISERFS_SB(sb)->s_indirect2direct++; in indirect2direct()
|
D | dir.c | 55 struct dentry *privroot = REISERFS_SB(dir->i_sb)->priv_root; in is_privroot_deh()
|
D | do_balan.c | 1662 if (REISERFS_SB(tb->tb_sb)->cur_tb) { in check_before_balancing() 1813 REISERFS_SB(tb->tb_sb)->cur_tb = tb; in do_balance_starts() 1823 REISERFS_SB(tb->tb_sb)->cur_tb = NULL; in do_balance_completed() 1832 REISERFS_SB(tb->tb_sb)->s_do_balance++; in do_balance_completed()
|
D | ibalance.c | 681 REISERFS_SB(tb->tb_sb)->s_sbh, in balance_internal_when_delete() 1038 do_balance_mark_sb_dirty(tb, REISERFS_SB(tb->tb_sb)->s_sbh, 1); in balance_internal()
|
D | prints.c | 636 REISERFS_SB(tb->tb_sb)->s_do_balance, in store_print_tb()
|
D | stree.c | 718 if (REISERFS_SB(sb)->cur_tb) { in search_by_key() 1494 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation; in reiserfs_delete_object()
|
D | fix_node.c | 2562 ++REISERFS_SB(tb->tb_sb)->s_fix_nodes; in fix_nodes() 2590 if (REISERFS_SB(tb->tb_sb)->cur_tb) { in fix_nodes()
|
D | inode.c | 1602 !REISERFS_SB(inode->i_sb)->s_is_unlinked_ok) { in reiserfs_read_locked_inode() 1993 le32_to_cpu(REISERFS_SB(sb)->s_rs->s_inode_generation); in reiserfs_new_inode()
|
D | namei.c | 195 res = REISERFS_SB(s)->s_hash_function(name, len); in get_third_component()
|
D | journal.c | 1964 cancel_delayed_work_sync(&REISERFS_SB(sb)->old_work); in do_journal_release() 4307 queue_delayed_work(REISERFS_SB(sb)->commit_wq, in do_journal_end()
|