Searched refs:ntfs_pwrite (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c208 * ntfs_pwrite - positioned write to disk
226 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, function
380 written = ntfs_pwrite(dev, pos, count * bksize, b);
454 bw = ntfs_pwrite(vol->dev, lcn << vol->cluster_size_bits,
H A Dwin32_io.c1463 return ntfs_pwrite(dev, offset, count, b);
H A Drunlist.c1143 * appropriately to the return code of ntfs_pwrite(), or to to EINVAL in case
1188 written = ntfs_pwrite(vol->dev, (rl->lcn <<
H A Dattrib.c1154 * appropriately to the return code of ntfs_pwrite(), or to EINVAL in case of
1379 written = ntfs_pwrite(vol->dev, wpos, rounding, cb);
1385 written = ntfs_pwrite(vol->dev, wpos, to_write, b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h108 extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,

Completed in 113 milliseconds