Home
last modified time | relevance | path

Searched refs:GFP_F2FS_ZERO (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dacl.c181 value = f2fs_kmalloc(F2FS_I_SB(inode), retval, GFP_F2FS_ZERO); in __f2fs_get_acl()
H A Drecovery.c94 entry = f2fs_kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO); in add_fsync_inode()
H A Dinline.c548 MAX_INLINE_DATA(dir), GFP_F2FS_ZERO); in f2fs_move_rehashed_dirents()
H A Dnode.c174 new = f2fs_kmem_cache_alloc(nat_entry_slab, GFP_F2FS_ZERO); in __alloc_nat_entry()
176 new = kmem_cache_alloc(nat_entry_slab, GFP_F2FS_ZERO); in __alloc_nat_entry()
H A Dsuper.c1266 fi = kmem_cache_alloc(f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
H A Dsegment.c1964 GFP_F2FS_ZERO); in add_discard_addrs()
/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h51 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO) macro