/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | extent_cache.c | 276 en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi); in __attach_extent_node() 335 et = f2fs_kmem_cache_alloc(extent_tree_slab, in __grab_extent_tree()
|
H A D | compress.c | 32 return f2fs_kmem_cache_alloc(sbi->page_array_slab, in page_array_alloc() 1280 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages() 1628 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_alloc_dic()
|
H A D | node.c | 172 new = f2fs_kmem_cache_alloc(nat_entry_slab, in __alloc_nat_entry() 246 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, in __grab_nat_entry_set() 334 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab, in f2fs_add_fsync_node_entry() 2305 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL); in add_free_nid()
|
H A D | recovery.c | 99 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, in add_fsync_inode()
|
H A D | xattr.c | 30 return f2fs_kmem_cache_alloc(sbi->inline_xattr_slab, in xattr_alloc()
|
H A D | gc.c | 444 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL); in __create_victim_entry() 958 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab, in add_gc_inode()
|
H A D | segment.c | 342 new = f2fs_kmem_cache_alloc(revoke_entry_slab, GFP_NOFS, in __f2fs_commit_atomic_write() 943 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL); in __create_discard_cmd() 2087 de = f2fs_kmem_cache_alloc(discard_entry_slab, in add_discard_addrs() 4158 f2fs_kmem_cache_alloc(sit_entry_set_slab, in grab_sit_entry_set()
|
H A D | dir.c | 54 fname->cf_name.name = f2fs_kmem_cache_alloc(f2fs_cf_name_slab, in f2fs_init_casefolded_name()
|
H A D | checkpoint.c | 515 new = f2fs_kmem_cache_alloc(ino_entry_slab, in __add_ino_entry()
|
H A D | data.c | 818 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL); in add_bio_entry()
|
H A D | f2fs.h | 2809 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 149 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() 2218 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS); in add_free_nid()
|
H A D | recovery.c | 89 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO); in add_fsync_inode()
|
H A D | extent_cache.c | 295 et = f2fs_kmem_cache_alloc(extent_tree_slab, GFP_NOFS); in __grab_extent_tree()
|
H A D | gc.c | 374 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()
|
H A D | segment.c | 281 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()
|
H A D | checkpoint.c | 484 tmp = f2fs_kmem_cache_alloc(ino_entry_slab, GFP_NOFS); in __add_ino_entry()
|
H A D | f2fs.h | 2463 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function
|
H A D | data.c | 779 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS); in add_bio_entry()
|