Lines Matching defs:sb
33 static struct inode *mbt_alloc_inode(struct super_block *sb) in mbt_alloc_inode()
60 static void mbt_kill_sb(struct super_block *sb) in mbt_kill_sb()
70 static int mbt_mb_init(struct super_block *sb) in mbt_mb_init()
120 static void mbt_mb_release(struct super_block *sb) in mbt_mb_release()
129 static int mbt_set(struct super_block *sb, void *data) in mbt_set()
137 struct super_block *sb; in mbt_ext4_alloc_super_block() local
170 static void mbt_ext4_free_super_block(struct super_block *sb) in mbt_ext4_free_super_block()
188 static void mbt_init_sb_layout(struct super_block *sb, in mbt_init_sb_layout()
213 static int mbt_grp_ctx_init(struct super_block *sb, in mbt_grp_ctx_init()
233 static void mbt_ctx_mark_used(struct super_block *sb, ext4_group_t group, in mbt_ctx_mark_used()
241 static void *mbt_ctx_bitmap(struct super_block *sb, ext4_group_t group) in mbt_ctx_bitmap()
249 static int mbt_ctx_init(struct super_block *sb) in mbt_ctx_init()
280 static void mbt_ctx_release(struct super_block *sb) in mbt_ctx_release()
291 ext4_read_block_bitmap_nowait_stub(struct super_block *sb, ext4_group_t block_group, in ext4_read_block_bitmap_nowait_stub()
301 static int ext4_wait_block_bitmap_stub(struct super_block *sb, in ext4_wait_block_bitmap_stub()
316 ext4_get_group_desc_stub(struct super_block *sb, ext4_group_t block_group, in ext4_get_group_desc_stub()
328 ext4_mb_mark_context_stub(handle_t *handle, struct super_block *sb, bool state, in ext4_mb_mark_context_stub()
349 struct super_block *sb; in mbt_kunit_init() local
390 struct super_block *sb = (struct super_block *)test->priv; in mbt_kunit_exit() local
399 struct super_block *sb = (struct super_block *)test->priv; in test_new_blocks_simple() local
464 mbt_generate_test_ranges(struct super_block *sb, struct test_range *ranges, in mbt_generate_test_ranges()
482 validate_free_blocks_simple(struct kunit *test, struct super_block *sb, in validate_free_blocks_simple()
512 struct super_block *sb = (struct super_block *)test->priv; in test_free_blocks_simple_range() local
534 struct super_block *sb = (struct super_block *)test->priv; in test_free_blocks_simple() local
554 struct super_block *sb = (struct super_block *)test->priv; in test_mark_diskspace_used_range() local
583 struct super_block *sb = (struct super_block *)test->priv; in test_mark_diskspace_used() local
604 static void mbt_generate_buddy(struct super_block *sb, void *buddy, in mbt_generate_buddy()
675 struct super_block *sb = (struct super_block *)test->priv; in mbt_validate_group_info() local
696 do_test_generate_buddy(struct kunit *test, struct super_block *sb, void *bitmap, in do_test_generate_buddy()
719 struct super_block *sb = (struct super_block *)test->priv; in test_mb_generate_buddy() local
750 struct super_block *sb = (struct super_block *)test->priv; in test_mb_mark_used_range() local
782 struct super_block *sb = (struct super_block *)test->priv; in test_mb_mark_used() local
818 struct super_block *sb = (struct super_block *)test->priv; in test_mb_free_blocks_range() local
846 struct super_block *sb = (struct super_block *)test->priv; in test_mb_free_blocks() local
892 struct super_block *sb = (struct super_block *)test->priv; in test_mb_mark_used_cost() local