Symbol: f2fs_kmem_cache_alloc
fs/f2fs/checkpoint.c
715
new = f2fs_kmem_cache_alloc(ino_entry_slab,
fs/f2fs/compress.c
1341
cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi);
fs/f2fs/compress.c
1713
dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi);
fs/f2fs/compress.c
32
return f2fs_kmem_cache_alloc(sbi->page_array_slab,
fs/f2fs/data.c
2503
ffs = f2fs_kmem_cache_alloc(ffs_entry_slab,
fs/f2fs/data.c
836
be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL);
fs/f2fs/dir.c
73
buf = f2fs_kmem_cache_alloc(f2fs_cf_name_slab,
fs/f2fs/extent_cache.c
298
en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi);
fs/f2fs/extent_cache.c
357
et = f2fs_kmem_cache_alloc(extent_tree_slab,
fs/f2fs/gc.c
1002
new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab,
fs/f2fs/gc.c
481
ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL);
fs/f2fs/node.c
182
new = f2fs_kmem_cache_alloc(nat_entry_slab,
fs/f2fs/node.c
2431
i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL);
fs/f2fs/node.c
265
head = f2fs_kmem_cache_alloc(nat_entry_set_slab,
fs/f2fs/node.c
353
fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab,
fs/f2fs/recovery.c
96
entry = f2fs_kmem_cache_alloc(fsync_entry_slab,
fs/f2fs/segment.c
2142
de = f2fs_kmem_cache_alloc(discard_entry_slab,
fs/f2fs/segment.c
353
new = f2fs_kmem_cache_alloc(revoke_entry_slab, GFP_NOFS,
fs/f2fs/segment.c
4602
f2fs_kmem_cache_alloc(sit_entry_set_slab,
fs/f2fs/segment.c
987
dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL);
fs/f2fs/xattr.c
32
return f2fs_kmem_cache_alloc(inline_xattr_slab,