Home
last modified time | relevance | path

Searched refs:fsync_entry_slab (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Drecovery.c45 static struct kmem_cache *fsync_entry_slab; variable
89 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO); in add_fsync_inode()
107 kmem_cache_free(fsync_entry_slab, entry); in del_fsync_inode()
893 fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", in f2fs_create_recovery_cache()
895 if (!fsync_entry_slab) in f2fs_create_recovery_cache()
902 kmem_cache_destroy(fsync_entry_slab); in f2fs_destroy_recovery_cache()
/kernel/linux/linux-6.6/fs/f2fs/
H A Drecovery.c47 static struct kmem_cache *fsync_entry_slab; variable
99 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, in add_fsync_inode()
118 kmem_cache_free(fsync_entry_slab, entry); in del_fsync_inode()
951 fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", in f2fs_create_recovery_cache()
953 return fsync_entry_slab ? 0 : -ENOMEM; in f2fs_create_recovery_cache()
958 kmem_cache_destroy(fsync_entry_slab); in f2fs_destroy_recovery_cache()

Completed in 3 milliseconds