Searched refs:f2fs_kmem_cache_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 368 tmp = f2fs_kmem_cache_alloc(ino_entry_slab, GFP_NOFS); in __add_ino_entry() 754 new = f2fs_kmem_cache_alloc(inode_entry_slab, GFP_NOFS); in update_dirty_page() 774 f2fs_kmem_cache_alloc(inode_entry_slab, GFP_NOFS); in add_dirty_dir_inode()
|
D | node.c | 162 head = f2fs_kmem_cache_alloc(nat_entry_set_slab, GFP_NOFS); in __set_nat_cache_dirty() 249 new = f2fs_kmem_cache_alloc(nat_entry_slab, GFP_NOFS); in grab_nat_entry() 1454 i = f2fs_kmem_cache_alloc(free_nid_slab, GFP_NOFS); in add_free_nid()
|
D | segment.c | 198 new = f2fs_kmem_cache_alloc(inmem_entry_slab, GFP_NOFS); in register_inmem_page() 554 new = f2fs_kmem_cache_alloc(discard_entry_slab, GFP_NOFS); in __add_discard_entry() 1801 f2fs_kmem_cache_alloc(sit_entry_set_slab, GFP_NOFS); in grab_sit_entry_set()
|
D | extent_cache.c | 64 et = f2fs_kmem_cache_alloc(extent_tree_slab, GFP_NOFS); in __grab_extent_tree()
|
D | gc.c | 366 new_ie = f2fs_kmem_cache_alloc(inode_entry_slab, GFP_NOFS); in add_gc_inode()
|
D | f2fs.h | 1283 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc() function
|