Searched refs:ntfs_mst_pwrite (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h130 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
H A Ddevice.c360 * ntfs_mst_pwrite - multi sector transfer (mst) positioned write
389 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, function
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c4799 lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_size);
4801 ntfs_log_error("ntfs_mst_pwrite: %s\n", lw == -1 ?
4823 lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_size);
4825 ntfs_log_error("ntfs_mst_pwrite: %s\n", lw == -1 ?

Completed in 94 milliseconds