Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dextent_cache.c307 en = f2fs_kmem_cache_alloc(extent_node_slab, GFP_ATOMIC, false, sbi); in __attach_extent_node()
366 et = f2fs_kmem_cache_alloc(extent_tree_slab, in __grab_extent_tree()
H A Dxattr.c32 return f2fs_kmem_cache_alloc(inline_xattr_slab, in xattr_alloc()
H A Dnode.c182 new = f2fs_kmem_cache_alloc(nat_entry_slab, in __alloc_nat_entry()
265 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, in __grab_nat_entry_set()
353 fn = f2fs_kmem_cache_alloc(fsync_node_entry_slab, in f2fs_add_fsync_node_entry()
2443 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS, true, NULL); in add_free_nid()
H A Drecovery.c96 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, in add_fsync_inode()
H A Ddir.c73 buf = f2fs_kmem_cache_alloc(f2fs_cf_name_slab, in f2fs_init_casefolded_name()
H A Dgc.c475 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL); in __create_victim_entry()
996 new_ie = f2fs_kmem_cache_alloc(f2fs_inode_entry_slab, in add_gc_inode()
H A Dsegment.c353 new = f2fs_kmem_cache_alloc(revoke_entry_slab, GFP_NOFS, in __f2fs_commit_atomic_write()
1024 dc = f2fs_kmem_cache_alloc(discard_cmd_slab, GFP_NOFS, true, NULL); in __create_discard_cmd()
2179 de = f2fs_kmem_cache_alloc(discard_entry_slab, in add_discard_addrs()
4717 f2fs_kmem_cache_alloc(sit_entry_set_slab, in grab_sit_entry_set()
H A Ddata.c823 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS, true, NULL); in add_bio_entry()
2491 ffs = f2fs_kmem_cache_alloc(ffs_entry_slab, in ffs_find_or_alloc()
H A Dcheckpoint.c716 new = f2fs_kmem_cache_alloc(ino_entry_slab, in __add_ino_entry()
H A Df2fs.h3184 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function