Searched refs:GFP_F2FS_ZERO (Results 1 – 6 of 6) sorted by relevance
187 mapping_set_gfp_mask(inode->i_mapping, GFP_F2FS_ZERO); in f2fs_iget()190 mapping_set_gfp_mask(inode->i_mapping, GFP_F2FS_ZERO); in f2fs_iget()
178 value = kmalloc(retval, GFP_F2FS_ZERO); in __f2fs_get_acl()
278 txattr_addr = kzalloc(inline_size + size, GFP_F2FS_ZERO); in read_all_xattrs()
197 entry = kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO); in find_fsync_dnodes()
394 fi = kmem_cache_alloc(f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
40 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO) macro