Searched refs:ext4_buddy (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | mballoc.c | 1514 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() 3545 struct ext4_buddy e4b; in ext4_discard_work() 3863 struct ext4_buddy e4b; in ext4_free_data_in_buddy() 4632 struct ext4_buddy e4b; in ext4_discard_allocated_blocks() 5411 struct ext4_buddy e4b; in ext4_mb_discard_group_preallocations() 5520 struct ext4_buddy e4b; in ext4_discard_preallocations() 5845 struct ext4_buddy e4b; in ext4_mb_discard_lg_preallocations() 6409 struct ext4_buddy e4b; in ext4_mb_clear_bb() [all …]
|
| H A D | mballoc-test.c | 698 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() 814 test_mb_free_blocks_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_free_blocks_range() 845 struct ext4_buddy e4b; in test_mb_free_blocks() 891 struct ext4_buddy e4b; in test_mb_mark_used_cost()
|
| H A D | mballoc.h | 217 struct ext4_buddy { struct
|