Searched refs:f2fs_kvmalloc (Results 1 – 2 of 2) sorted by relevance
2638 static inline void *f2fs_kvmalloc(struct f2fs_sb_info *sbi, in f2fs_kvmalloc() function2652 return f2fs_kvmalloc(sbi, size, flags | __GFP_ZERO); in f2fs_kvzalloc()
3832 free_i->free_segmap = f2fs_kvmalloc(sbi, bitmap_size, GFP_KERNEL); in build_free_segmap()3837 free_i->free_secmap = f2fs_kvmalloc(sbi, sec_bitmap_size, GFP_KERNEL); in build_free_segmap()