Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcompress.c31 return f2fs_kmem_cache_alloc(sbi->page_array_slab, in page_array_alloc()
1337 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages()
1698 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_alloc_dic()
H A Dextent_cache.c298 en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi); in __attach_extent_node()
357 et = f2fs_kmem_cache_alloc(extent_tree_slab, in __grab_extent_tree()
H A Dnode.c177 new = f2fs_kmem_cache_alloc(nat_entry_slab, in __alloc_nat_entry()
260 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, in __grab_nat_entry_set()
348 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab, in f2fs_add_fsync_node_entry()
2378 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL); in add_free_nid()
H A Dxattr.c31 return f2fs_kmem_cache_alloc(inline_xattr_slab, in xattr_alloc()
H A Drecovery.c95 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, in add_fsync_inode()
H A Dgc.c476 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL); in __create_victim_entry()
994 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab, in add_gc_inode()
H A Ddir.c71 buf = f2fs_kmem_cache_alloc(f2fs_cf_name_slab, in f2fs_init_casefolded_name()
H A Dsegment.c352 new = f2fs_kmem_cache_alloc(revoke_entry_slab, GFP_NOFS, in __f2fs_commit_atomic_write()
977 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL); in __create_discard_cmd()
2134 de = f2fs_kmem_cache_alloc(discard_entry_slab, in add_discard_addrs()
4598 f2fs_kmem_cache_alloc(sit_entry_set_slab, in grab_sit_entry_set()
H A Dcheckpoint.c517 new = f2fs_kmem_cache_alloc(ino_entry_slab, in __add_ino_entry()
H A Ddata.c760 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL); in add_bio_entry()
H A Df2fs.h3029 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function