__ntfs_malloc
return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM);
return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL);