Searched refs:ntfs_mst_pwrite (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | device.h | 130 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
|
/third_party/ntfs-3g/libntfs-3g/ |
D | device.c | 386 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pwrite() function
|
/third_party/ntfs-3g/ntfsprogs/ |
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()
|
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_siz… 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_siz… in mkntfs_redirect()
|