Lines Matching refs:ntfs_malloc
1558 attr_name = (ntfschar*)ntfs_malloc(name_len*sizeof(ntfschar));
1563 delayed = (struct DELAYED*)ntfs_malloc(sizeof(struct DELAYED));
1898 buff = (char*)ntfs_malloc(vol->cluster_size);
1900 perr_exit("ntfs_malloc");
1955 rl_new = ntfs_malloc(new_size);
1957 perr_exit("ntfs_malloc");
2257 resize->mrec = ntfs_malloc(resize->vol->mft_record_size);
2259 perr_exit("ntfs_malloc failed");
2757 bs = (NTFS_BOOT_SECTOR*)ntfs_malloc(vol->sector_size);
2759 perr_exit("ntfs_malloc");
3780 buf = (char*)ntfs_malloc(vol->cluster_size);
4359 vol = (ntfs_volume*)ntfs_malloc(sizeof(ntfs_volume));
4360 expand->bootsector = (char*)ntfs_malloc(sector_size);
4384 ntfs_malloc(vol->mft_record_size);