Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dextent_cache.c242 en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi); in __attach_extent_node()
295 et = f2fs_kmem_cache_alloc(extent_tree_slab, in __grab_extent_tree()
Dcompress.c31 return f2fs_kmem_cache_alloc(sbi->page_array_slab, in page_array_alloc()
1285 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages()
1563 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, in f2fs_alloc_dic()
Dnode.c171 new = f2fs_kmem_cache_alloc(nat_entry_slab, in __alloc_nat_entry()
245 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, in __grab_nat_entry_set()
333 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab, in f2fs_add_fsync_node_entry()
2275 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL); in add_free_nid()
Dxattr.c30 return f2fs_kmem_cache_alloc(sbi->inline_xattr_slab, in xattr_alloc()
Drecovery.c94 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, in add_fsync_inode()
Dgc.c375 ve = f2fs_kmem_cache_alloc(victim_entry_slab, in attach_victim_entry()
854 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab, in add_gc_inode()
Ddir.c86 fname->cf_name.name = f2fs_kmem_cache_alloc(f2fs_cf_name_slab, in f2fs_init_casefolded_name()
Dsegment.c192 new = f2fs_kmem_cache_alloc(inmem_entry_slab, in f2fs_register_inmem_page()
1006 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL); in __create_discard_cmd()
1966 de = f2fs_kmem_cache_alloc(discard_entry_slab, in add_discard_addrs()
4117 f2fs_kmem_cache_alloc(sit_entry_set_slab, in grab_sit_entry_set()
Dcheckpoint.c479 new = f2fs_kmem_cache_alloc(ino_entry_slab, in __add_ino_entry()
Ddata.c738 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL); in add_bio_entry()
Df2fs.h2609 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function
Dsuper.c1309 fi = f2fs_kmem_cache_alloc(f2fs_inode_cachep, in f2fs_alloc_inode()