Searched refs:bmirr (Results 1 – 1 of 1) sorted by relevance
149 void *bmirr = NULL; in ntfs_mft_records_write() local184 bmirr = ntfs_malloc(cnt * vol->mft_record_size); in ntfs_mft_records_write()185 if (!bmirr) in ntfs_mft_records_write()187 memcpy(bmirr, b, cnt * vol->mft_record_size); in ntfs_mft_records_write()201 if (bmirr && bw > 0) { in ntfs_mft_records_write()206 vol->mft_record_size, bmirr); in ntfs_mft_records_write()215 free(bmirr); in ntfs_mft_records_write()