Home
last modified time | relevance | path

Searched refs:f2fs_kmem_cache_alloc (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
Dnode.c149 new = f2fs_kmem_cache_alloc(nat_entry_slab, GFP_F2FS_ZERO); in __alloc_nat_entry()
224 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, GFP_NOFS); in __grab_nat_entry_set()
311 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab, GFP_NOFS); in f2fs_add_fsync_node_entry()
2216 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS); in add_free_nid()
Drecovery.c89 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO); in add_fsync_inode()
Dextent_cache.c295 et = f2fs_kmem_cache_alloc(extent_tree_slab, GFP_NOFS); in __grab_extent_tree()
Dgc.c374 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS); in attach_victim_entry()
852 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab, GFP_NOFS); in add_gc_inode()
Dsegment.c281 new = f2fs_kmem_cache_alloc(inmem_entry_slab, GFP_NOFS); in f2fs_register_inmem_page()
1092 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS); in __create_discard_cmd()
2082 de = f2fs_kmem_cache_alloc(discard_entry_slab, in add_discard_addrs()
4214 f2fs_kmem_cache_alloc(sit_entry_set_slab, GFP_NOFS); in grab_sit_entry_set()
Dcheckpoint.c484 tmp = f2fs_kmem_cache_alloc(ino_entry_slab, GFP_NOFS); in __add_ino_entry()
Df2fs.h2458 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function
Ddata.c779 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS); in add_bio_entry()