Searched refs:ntfs_pread (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h123 extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
H A Ddevice.c190 * ntfs_pread - positioned read from disk
208 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) function
342 br = ntfs_pread(dev, pos, count * bksize, b);
452 br = ntfs_pread(vol->dev, lcn << vol->cluster_size_bits,
H A Drunlist.c1107 * to the return code of ntfs_pread(), or to EINVAL in case of invalid
1154 bytes_read = ntfs_pread(vol->dev, (rl->lcn <<
H A Dvolume.c568 br = ntfs_pread(dev, 0, sizeof(NTFS_BOOT_SECTOR), bs);
H A Dattrib.c222 * overflow when executing the ntfs_pread() which is
260 r = ntfs_pread(vol->dev,
297 r = ntfs_pread(vol->dev, rl[i].lcn << vol->cluster_size_bits,
1170 br = ntfs_pread(vol->dev, (rl->lcn << vol->cluster_size_bits) +
1187 ntfs_log_perror("%s: ntfs_pread failed", __FUNCTION__);
1215 * to the return code of ntfs_pread(), or to EINVAL in case of invalid
H A Dcompress.c706 * to the return code of ntfs_pread(), or to EINVAL in case of invalid
1005 xgot = ntfs_pread(vol->dev, xpos, count, xinbuf);

Completed in 68 milliseconds