Home
last modified time | relevance | path

Searched refs:ext4_buddy (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
A Dmballoc.c1514 struct ext4_buddy e4b; in ext4_mb_init_group()
2805 struct ext4_buddy e4b; in ext4_mb_regular_allocator()
3035 struct ext4_buddy e4b; in ext4_mb_seq_groups_show()
3547 struct ext4_buddy e4b; in ext4_discard_work()
3865 struct ext4_buddy e4b; in ext4_free_data_in_buddy()
4634 struct ext4_buddy e4b; in ext4_discard_allocated_blocks()
5413 struct ext4_buddy e4b; in ext4_mb_discard_group_preallocations()
5522 struct ext4_buddy e4b; in ext4_discard_preallocations()
5847 struct ext4_buddy e4b; in ext4_mb_discard_lg_preallocations()
6411 struct ext4_buddy e4b; in ext4_mb_clear_bb()
[all …]
A Dmballoc-test.c698 void *ext4_buddy, struct ext4_group_info *ext4_grp) in do_test_generate_buddy() argument
708 memset(ext4_buddy, 0xff, sb->s_blocksize); in do_test_generate_buddy()
709 ext4_mb_generate_buddy(sb, ext4_buddy, bitmap, TEST_GOAL_GROUP, in do_test_generate_buddy()
712 KUNIT_ASSERT_EQ(test, memcmp(mbt_buddy, ext4_buddy, sb->s_blocksize), in do_test_generate_buddy()
746 test_mb_mark_used_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_mark_used_range()
781 struct ext4_buddy e4b; in test_mb_mark_used()
813 test_mb_free_blocks_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_free_blocks_range()
844 struct ext4_buddy e4b; in test_mb_free_blocks()
889 struct ext4_buddy e4b; in test_mb_mark_used_cost()
A Dmballoc.h217 struct ext4_buddy { struct

Completed in 25 milliseconds