Searched refs:ntfs_mst_pwrite (Results 1 - 4 of 4) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device.h | 130 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 357 * ntfs_mst_pwrite - multi sector transfer (mst) positioned write 386 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pwrite() function
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 2233 && (ntfs_mst_pwrite(vol->dev, pos, 1, in relocate_inode() 2702 && (ntfs_mst_pwrite(vol->dev, pos, 1, in truncate_bitmap_file() 3742 && (ntfs_mst_pwrite(vol->dev, pos, 1, in copy_mftmirr() 4259 && (ntfs_mst_pwrite(vol->dev, pos, 1, in rebase_inode() 4307 && (ntfs_mst_pwrite(vol->dev, pos, 1, in rebase_all_inodes()
|
H A D | mkntfs.c | 5123 lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_size); in mkntfs_redirect() 5125 ntfs_log_error("ntfs_mst_pwrite: %s\n", lw == -1 ? in mkntfs_redirect() 5147 lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_size); in mkntfs_redirect() 5149 ntfs_log_error("ntfs_mst_pwrite: %s\n", lw == -1 ? in mkntfs_redirect()
|
Completed in 14 milliseconds