Home
last modified time | relevance | path

Searched refs:bmirr (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dmft.c149 void *bmirr = NULL; in ntfs_mft_records_write() local
184 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()