Searched refs:ntfs_pread (Results 1 - 13 of 13) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 826 if ((ntfs_pread(vol->dev, in short_mft_selfloc_condition() 897 && (ntfs_pread(vol->dev, in attrlist_selfloc_condition() 967 if ((ntfs_pread(vol->dev, offs, vol->mft_record_size, in self_mapped_selfloc_condition() 1025 if ((ntfs_pread(vol->dev, offs, vol->mft_record_size, in spare_record_selfloc_condition() 1237 br = ntfs_pread(vol->dev, read_sector*sector_size, in try_fix_boot() 1381 br = ntfs_pread(vol->dev, 0, vol->sector_size, full_bs); in check_alternate_boot() 1391 br = ntfs_pread(vol->dev, last_sector_off, in check_alternate_boot() 1500 br = ntfs_pread(dev, 0, sector_size, full_bs); in fix_startup()
|
H A D | ntfslabel.c | 246 if ((ntfs_pread(vol->dev, sector << vol->sector_size_bits, in change_serial() 328 && (ntfs_pread(vol->dev, 0, in print_serial()
|
H A D | ntfsck.c | 202 if (ntfs_pread(dev, 0, sizeof(buf), buf) != sizeof(buf)) { in verify_boot_sector() 264 if (ntfs_pread(rawvol->dev, offset_to_file_record, size_of_file_record, buf) != in load_runlist()
|
H A D | ntfsmove.c | 568 res = ntfs_pread(vol->dev, (from->lcn+i) * vol->cluster_size, in data_copy()
|
H A D | ntfsresize.c | 3483 got = ntfs_pread(expand->vol->dev, expand->byte_increment, in can_expand() 4364 br = ntfs_pread(dev, expand->new_sectors*sector_size, in get_volume_data()
|
H A D | ntfswipe.c | 585 if (ntfs_pread(vol->dev, vol->cluster_size * i, in wipe_unused_fast()
|
H A D | playlog.c | 460 && (ntfs_pread(vol->dev, lcn << clusterbits, in read_raw()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 187 * ntfs_pread - positioned read from disk 205 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) in ntfs_pread() function 339 br = ntfs_pread(dev, pos, count * bksize, b); in ntfs_mst_pread() 449 br = ntfs_pread(vol->dev, lcn << vol->cluster_size_bits, in ntfs_cluster_read()
|
H A D | volume.c | 568 br = ntfs_pread(dev, 0, sizeof(NTFS_BOOT_SECTOR), bs); in ntfs_volume_startup()
|
H A D | attrib.c | 222 * overflow when executing the ntfs_pread() which is in ntfs_get_attribute_value() 260 r = ntfs_pread(vol->dev, in ntfs_get_attribute_value() 297 r = ntfs_pread(vol->dev, rl[i].lcn << vol->cluster_size_bits, in ntfs_get_attribute_value() 1170 br = ntfs_pread(vol->dev, (rl->lcn << vol->cluster_size_bits) + in ntfs_attr_pread_i() 1187 ntfs_log_perror("%s: ntfs_pread failed", __FUNCTION__); in ntfs_attr_pread_i() 1215 * to the return code of ntfs_pread(), or to EINVAL in case of invalid
|
H A D | compress.c | 706 * to the return code of ntfs_pread(), or to EINVAL in case of invalid 1005 xgot = ntfs_pread(vol->dev, xpos, count, xinbuf); in read_clusters()
|
H A D | runlist.c | 1107 * to the return code of ntfs_pread(), or to EINVAL in case of invalid 1154 bytes_read = ntfs_pread(vol->dev, (rl->lcn << in ntfs_rl_pread()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device.h | 123 extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
|
Completed in 33 milliseconds