Searched refs:ntfs_pwrite (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | device.c | 259 * ntfs_pwrite - positioned write to disk 277 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, function 305 ntfs_log_perror("ntfs_pwrite: seek to 0x%llx returned error", 452 written = ntfs_pwrite(dev, pos, count * bksize, b); 520 bw = ntfs_pwrite(vol->u.dev, lcn << vol->cluster_size_bits,
|
H A D | runlist.c | 1116 * appropriately to the return code of ntfs_pwrite(), or to to EINVAL in case 1183 written = ntfs_pwrite(vol->u.dev, (rl->lcn <<
|
H A D | attrib.c | 1034 * appropriately to the return code of ntfs_pwrite(), or to EINVAL in case of 1374 written = ntfs_pwrite(vol->u.dev, pos, rounded, 1380 written = ntfs_pwrite(vol->u.dev, pos, to_write,
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 108 extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
|
Completed in 167 milliseconds