Lines Matching refs:kunit_kzalloc
412 inode = kunit_kzalloc(test, sizeof(*inode), GFP_KERNEL); in test_new_blocks_simple()
522 inode = kunit_kzalloc(test, sizeof(*inode), GFP_KERNEL); in test_free_blocks_simple_range()
596 inode = kunit_kzalloc(test, sizeof(*inode), GFP_KERNEL); in test_mark_diskspace_used()
730 bitmap = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_generate_buddy()
732 expected_bb = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_generate_buddy()
734 generate_bb = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_generate_buddy()
736 expected_grp = kunit_kzalloc(test, offsetof(struct ext4_group_info, in test_mb_generate_buddy()
798 bitmap = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_mark_used()
800 buddy = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_mark_used()
802 grp = kunit_kzalloc(test, offsetof(struct ext4_group_info, in test_mb_mark_used()
865 bitmap = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_free_blocks()
867 buddy = kunit_kzalloc(test, sb->s_blocksize, GFP_KERNEL); in test_mb_free_blocks()
869 grp = kunit_kzalloc(test, offsetof(struct ext4_group_info, in test_mb_free_blocks()