Symbol: ext4_buddy
fs/ext4/mballoc-test.c
716
void *ext4_buddy, struct ext4_group_info *ext4_grp)
fs/ext4/mballoc-test.c
726
memset(ext4_buddy, 0xff, sb->s_blocksize);
fs/ext4/mballoc-test.c
727
ext4_mb_generate_buddy_test(sb, ext4_buddy, bitmap, TEST_GOAL_GROUP,
fs/ext4/mballoc-test.c
730
KUNIT_ASSERT_MEMEQ(test, mbt_buddy, ext4_buddy, sb->s_blocksize);
fs/ext4/mballoc-test.c
763
test_mb_mark_used_range(struct kunit *test, struct ext4_buddy *e4b,
fs/ext4/mballoc-test.c
797
struct ext4_buddy e4b;
fs/ext4/mballoc-test.c
832
test_mb_free_blocks_range(struct kunit *test, struct ext4_buddy *e4b,
fs/ext4/mballoc-test.c
862
struct ext4_buddy e4b;
fs/ext4/mballoc-test.c
910
struct ext4_buddy e4b;
fs/ext4/mballoc.c
1336
static void mb_regenerate_buddy(struct ext4_buddy *e4b)
fs/ext4/mballoc.c
1543
ext4_group_t group, struct ext4_buddy *e4b, gfp_t gfp)
fs/ext4/mballoc.c
1587
static void ext4_mb_put_buddy_folio_lock(struct ext4_buddy *e4b)
fs/ext4/mballoc.c
1609
struct ext4_buddy e4b;
fs/ext4/mballoc.c
1676
struct ext4_buddy *e4b, gfp_t gfp)
fs/ext4/mballoc.c
1832
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
1837
static void ext4_mb_unload_buddy(struct ext4_buddy *e4b)
fs/ext4/mballoc.c
1846
static int mb_find_order_for_block(struct ext4_buddy *e4b, int block)
fs/ext4/mballoc.c
1942
static void mb_buddy_mark_free(struct ext4_buddy *e4b, int first, int last)
fs/ext4/mballoc.c
2000
static void mb_free_blocks(struct inode *inode, struct ext4_buddy *e4b,
fs/ext4/mballoc.c
2088
static int mb_find_extent(struct ext4_buddy *e4b, int block,
fs/ext4/mballoc.c
2147
static int mb_mark_used(struct ext4_buddy *e4b, struct ext4_free_extent *ex)
fs/ext4/mballoc.c
2238
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2287
struct ext4_buddy *e4b,
fs/ext4/mballoc.c
2341
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2401
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2431
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2504
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2558
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
2641
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
3007
struct ext4_buddy e4b;
fs/ext4/mballoc.c
3149
struct ext4_buddy e4b;
fs/ext4/mballoc.c
3648
struct ext4_buddy e4b;
fs/ext4/mballoc.c
3976
struct ext4_buddy e4b;
fs/ext4/mballoc.c
432
struct ext4_buddy *e4b, ext4_grpblk_t start,
fs/ext4/mballoc.c
4727
struct ext4_buddy e4b;
fs/ext4/mballoc.c
532
static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max)
fs/ext4/mballoc.c
5417
ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
fs/ext4/mballoc.c
5469
ext4_mb_release_group_pa(struct ext4_buddy *e4b,
fs/ext4/mballoc.c
5506
struct ext4_buddy e4b;
fs/ext4/mballoc.c
557
static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b,
fs/ext4/mballoc.c
5615
struct ext4_buddy e4b;
fs/ext4/mballoc.c
585
static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count)
fs/ext4/mballoc.c
5940
struct ext4_buddy e4b;
fs/ext4/mballoc.c
598
static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap)
fs/ext4/mballoc.c
6433
ext4_mb_free_metadata(handle_t *handle, struct ext4_buddy *e4b,
fs/ext4/mballoc.c
647
struct ext4_buddy *e4b, int first, int count)
fs/ext4/mballoc.c
651
static inline void mb_mark_used_double(struct ext4_buddy *e4b,
fs/ext4/mballoc.c
6540
struct ext4_buddy e4b;
fs/ext4/mballoc.c
656
static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap)
fs/ext4/mballoc.c
6800
struct ext4_buddy e4b;
fs/ext4/mballoc.c
6870
int start, int count, struct ext4_buddy *e4b)
fs/ext4/mballoc.c
6919
struct ext4_buddy *e4b, ext4_grpblk_t start,
fs/ext4/mballoc.c
6996
struct ext4_buddy e4b;
fs/ext4/mballoc.c
703
static void __mb_check_buddy(struct ext4_buddy *e4b, char *file,
fs/ext4/mballoc.c
7140
struct ext4_buddy e4b;
fs/ext4/mballoc.c
7231
int mb_mark_used_test(struct ext4_buddy *e4b, struct ext4_free_extent *ex)
fs/ext4/mballoc.c
7246
struct ext4_buddy *e4b)
fs/ext4/mballoc.c
7252
void ext4_mb_unload_buddy_test(struct ext4_buddy *e4b)
fs/ext4/mballoc.c
7258
void mb_free_blocks_test(struct inode *inode, struct ext4_buddy *e4b,
fs/ext4/mballoc.h
213
struct ext4_buddy *ac_e4b;
fs/ext4/mballoc.h
290
extern int mb_mark_used_test(struct ext4_buddy *e4b,
fs/ext4/mballoc.h
296
ext4_group_t group, struct ext4_buddy *e4b);
fs/ext4/mballoc.h
297
extern void ext4_mb_unload_buddy_test(struct ext4_buddy *e4b);
fs/ext4/mballoc.h
299
struct ext4_buddy *e4b, int first, int count);