Searched refs:f2fs_kmem_cache_alloc (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/f2fs/
H A Dcompress.c32 return f2fs_kmem_cache_alloc(sbi->page_array_slab,
1287 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi);
1635 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi);
H A Dextent_cache.c275 en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi);
334 et = f2fs_kmem_cache_alloc(extent_tree_slab,
H A Dxattr.c30 return f2fs_kmem_cache_alloc(sbi->inline_xattr_slab,
H A Dnode.c172 new = f2fs_kmem_cache_alloc(nat_entry_slab,
246 head = f2fs_kmem_cache_alloc(nat_entry_set_slab,
334 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab,
2305 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL);
H A Drecovery.c99 entry = f2fs_kmem_cache_alloc(fsync_entry_slab,
H A Ddir.c54 fname->cf_name.name = f2fs_kmem_cache_alloc(f2fs_cf_name_slab,
H A Dgc.c444 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL);
957 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab,
H A Dsegment.c342 new = f2fs_kmem_cache_alloc(revoke_entry_slab, GFP_NOFS,
951 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL);
2102 de = f2fs_kmem_cache_alloc(discard_entry_slab,
4267 f2fs_kmem_cache_alloc(sit_entry_set_slab,
H A Dcheckpoint.c530 new = f2fs_kmem_cache_alloc(ino_entry_slab,
H A Ddata.c758 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL);
H A Df2fs.h2823 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, function

Completed in 206 milliseconds