Home
last modified time | relevance | path

Searched refs:REISERFS_SB (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dlock.c24 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_lock()
37 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_unlock()
54 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_unlock_nested()
72 struct reiserfs_sb_info *sb_i = REISERFS_SB(s); in reiserfs_write_lock_nested()
89 struct reiserfs_sb_info *sb_i = REISERFS_SB(sb); in reiserfs_check_lock_depth()
97 struct reiserfs_sb_info *sb_i = REISERFS_SB(sb); in reiserfs_lock_check_recursive()
Dsuper.c117 struct reiserfs_sb_info *sbi = REISERFS_SB(s); in reiserfs_schedule_old_flush()
138 struct reiserfs_sb_info *sbi = REISERFS_SB(s); in reiserfs_cancel_old_flush()
144 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in reiserfs_cancel_old_flush()
172 struct reiserfs_sb_info *sbi = REISERFS_SB(s); in reiserfs_unfreeze()
264 if (REISERFS_SB(s)->s_qf_names[i]) { in finish_unfinished()
283 REISERFS_SB(s)->s_is_unlinked_ok = 1; in finish_unfinished()
402 REISERFS_SB(s)->s_is_unlinked_ok = 0; in finish_unfinished()
552 if (REISERFS_SB(s)) { in reiserfs_kill_sb()
564 dput(REISERFS_SB(s)->xattr_root); in reiserfs_kill_sb()
565 REISERFS_SB(s)->xattr_root = NULL; in reiserfs_kill_sb()
[all …]
Dprocfs.c32 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) { in show_version()
34 } 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()
310 struct reiserfs_sb_info *r = REISERFS_SB(sb); in show_journal()
405 proc_create_single_data(name, 0, REISERFS_SB(sb)->procdir, func, sb); in add_file()
420 REISERFS_SB(sb)->procdir = proc_mkdir_data(b, 0, proc_info_root, sb); in reiserfs_proc_info_init()
[all …]
Dbitmap.c20 #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()
579 REISERFS_SB(s)->s_alloc_options.bits = 0; in reiserfs_parse_alloc_options()
592 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
594 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
601 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options()
659 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options()
[all …]
Dxattr.h47 return REISERFS_SB(sb)->priv_root && REISERFS_SB(sb)->xattr_root; in reiserfs_xattrs_initialized()
79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
Dreiserfs.h715 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH))
716 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH))
717 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH))
718 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT))
719 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER))
720 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE…
721 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI…
722 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4))
724 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL))
725 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL))
[all …]
Dxattr.c121 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root()
129 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root()
620 if (!d_really_is_positive(REISERFS_SB(inode->i_sb)->priv_root)) in reiserfs_xattr_set()
674 if (!REISERFS_SB(inode->i_sb)->priv_root) in reiserfs_xattr_get()
976 REISERFS_SB(s)->priv_root = dentry; in reiserfs_lookup_privroot()
997 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init()
1005 err = create_privroot(REISERFS_SB(s)->priv_root); in reiserfs_xattr_init()
1011 if (!REISERFS_SB(s)->xattr_root) { in reiserfs_xattr_init()
1017 REISERFS_SB(s)->xattr_root = dentry; in reiserfs_xattr_init()
1026 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
[all …]
Dtail_conversion.c50 REISERFS_SB(sb)->s_direct2indirect++; in direct2indirect()
221 REISERFS_SB(sb)->s_indirect2direct++; in indirect2direct()
Ddir.c55 struct dentry *privroot = REISERFS_SB(dir->i_sb)->priv_root; in is_privroot_deh()
Ddo_balan.c1651 if (REISERFS_SB(tb->tb_sb)->cur_tb) { in check_before_balancing()
1802 REISERFS_SB(tb->tb_sb)->cur_tb = tb; in do_balance_starts()
1812 REISERFS_SB(tb->tb_sb)->cur_tb = NULL; in do_balance_completed()
1821 REISERFS_SB(tb->tb_sb)->s_do_balance++; in do_balance_completed()
Dibalance.c681 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()
Dprints.c654 REISERFS_SB(tb->tb_sb)->s_do_balance, in store_print_tb()
Dstree.c742 if (REISERFS_SB(sb)->cur_tb) { in search_by_key()
1512 &REISERFS_SB(th->t_super)->s_rs->s_inode_generation; in reiserfs_delete_object()
Dinode.c1588 !REISERFS_SB(inode->i_sb)->s_is_unlinked_ok) { in reiserfs_read_locked_inode()
1979 le32_to_cpu(REISERFS_SB(sb)->s_rs->s_inode_generation); in reiserfs_new_inode()
2090 if (IS_PRIVATE(dir) || dentry == REISERFS_SB(sb)->priv_root) { in reiserfs_new_inode()
Dfix_node.c2558 ++REISERFS_SB(tb->tb_sb)->s_fix_nodes; in fix_nodes()
2586 if (REISERFS_SB(tb->tb_sb)->cur_tb) { in fix_nodes()
Dnamei.c196 res = REISERFS_SB(s)->s_hash_function(name, len); in get_third_component()
Djournal.c4310 queue_delayed_work(REISERFS_SB(sb)->commit_wq, in do_journal_end()