fs/f2fs/compress.c
34
return f2fs_kzalloc(sbi, size, GFP_NOFS);
fs/f2fs/data.c
3324
pages = f2fs_kzalloc(sbi, sizeof(struct page *) <<
fs/f2fs/debug.c
780
si = f2fs_kzalloc(sbi, sizeof(struct f2fs_stat_info), GFP_KERNEL);
fs/f2fs/debug.c
784
dev_stats = f2fs_kzalloc(sbi, sizeof(struct f2fs_dev_stats) *
fs/f2fs/file.c
3733
vbuf = f2fs_kzalloc(sbi, MAX_VOLUME_NAME, GFP_KERNEL);
fs/f2fs/iostat.c
340
sbi->iostat_io_lat = f2fs_kzalloc(sbi, sizeof(struct iostat_lat_info),
fs/f2fs/node.c
3446
sbi->nm_info = f2fs_kzalloc(sbi, sizeof(struct f2fs_nm_info),
fs/f2fs/segment.c
2331
dcc = f2fs_kzalloc(sbi, sizeof(struct discard_cmd_control), GFP_KERNEL);
fs/f2fs/segment.c
4819
sit_i = f2fs_kzalloc(sbi, sizeof(struct sit_info), GFP_KERNEL);
fs/f2fs/segment.c
4858
sit_i->tmp_map = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, GFP_KERNEL);
fs/f2fs/segment.c
4907
free_i = f2fs_kzalloc(sbi, sizeof(struct free_segmap_info), GFP_KERNEL);
fs/f2fs/segment.c
4940
array = f2fs_kzalloc(sbi, array_size(NR_CURSEG_TYPE,
fs/f2fs/segment.c
4949
array[i].sum_blk = f2fs_kzalloc(sbi, sbi->sum_blocksize,
fs/f2fs/segment.c
4954
array[i].journal = f2fs_kzalloc(sbi,
fs/f2fs/segment.c
5209
dirty_i = f2fs_kzalloc(sbi, sizeof(struct dirty_seglist_info),
fs/f2fs/segment.c
5690
sm_info = f2fs_kzalloc(sbi, sizeof(struct f2fs_sm_info), GFP_KERNEL);
fs/f2fs/segment.c
704
fcc = f2fs_kzalloc(sbi, sizeof(struct flush_cmd_control), GFP_KERNEL);
fs/f2fs/super.c
4856
sbi->devs = f2fs_kzalloc(sbi,
fs/f2fs/xattr.c
36
return f2fs_kzalloc(sbi, size, GFP_NOFS);
fs/f2fs/xattr.c
401
txattr_addr = f2fs_kzalloc(F2FS_I_SB(inode),