Searched refs:f2fs_kvmalloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dcompress.c179 cc->private = f2fs_kvmalloc(F2FS_I_SB(cc->inode),
249 cc->private = f2fs_kvmalloc(F2FS_I_SB(cc->inode), size, GFP_NOFS);
346 workspace = f2fs_kvmalloc(F2FS_I_SB(cc->inode),
428 workspace = f2fs_kvmalloc(F2FS_I_SB(dic->inode),
H A Df2fs.h3413 static inline void *f2fs_kvmalloc(struct f2fs_sb_info *sbi, function
3425 return f2fs_kvmalloc(sbi, size, flags | __GFP_ZERO);
H A Dsegment.c4593 free_i->free_segmap = f2fs_kvmalloc(sbi, bitmap_size, GFP_KERNEL);
4598 free_i->free_secmap = f2fs_kvmalloc(sbi, sec_bitmap_size, GFP_KERNEL);

Completed in 151 milliseconds