Searched refs:GFP_F2FS_ZERO (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | acl.c | 181 value = f2fs_kmalloc(F2FS_I_SB(inode), retval, GFP_F2FS_ZERO); in __f2fs_get_acl()
|
H A D | compress.c | 33 GFP_F2FS_ZERO, false, F2FS_I_SB(inode)); in page_array_alloc() 1301 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages() 1649 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_alloc_dic()
|
H A D | xattr.c | 31 GFP_F2FS_ZERO, false, sbi); in xattr_alloc()
|
H A D | inline.c | 544 MAX_INLINE_DATA(dir), GFP_F2FS_ZERO); in f2fs_move_rehashed_dirents()
|
H A D | recovery.c | 100 GFP_F2FS_ZERO, true, NULL); in add_fsync_inode()
|
H A D | node.c | 173 GFP_F2FS_ZERO, no_fail, sbi); in __alloc_nat_entry()
|
H A D | super.c | 1403 fi = alloc_inode_sb(sb, f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
|
H A D | segment.c | 2106 GFP_F2FS_ZERO, true, NULL); in add_discard_addrs()
|
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | 45 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO) macro
|