Home
last modified time | relevance | path

Searched refs:ntfs_attr_mst_pread (Results 1 - 10 of 10) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c367 bytes_read = ntfs_attr_mst_pread(attr, offset, 1, block_size, buffer); in cat()
H A Dntfsfix.c472 l = ntfs_attr_mst_pread(vol->mft_na, 0, vol->mftmirr_size, in fix_mftmirr()
484 l = ntfs_attr_mst_pread(vol->mftmirr_na, 0, vol->mftmirr_size, in fix_mftmirr()
H A Dntfswipe.c980 result = ntfs_attr_mst_pread(vol->mft_na, vol->mft_record_size * i, in wipe_mft()
1751 if (ntfs_attr_mst_pread(mft, nv->mft_record_size * record, 1LL, in destroy_record()
H A Dntfsundelete.c1374 if (ntfs_attr_mst_pread(mft, vol->mft_record_size * record, 1, vol->mft_record_size, file->mft) < 1) { in read_record()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h308 extern s64 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos,
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c966 l = ntfs_attr_mst_pread(vol->mft_na, 0, vol->mftmirr_size, in ntfs_device_mount()
983 l = ntfs_attr_mst_pread(vol->mftmirr_na, 0, vol->mftmirr_size, in ntfs_device_mount()
H A Ddir.c399 br = ntfs_attr_mst_pread(ia_na, vcn << index_vcn_size_bits, 1, in ntfs_inode_lookup_by_name()
1344 br = ntfs_attr_mst_pread(ia_na, bmp_pos << index_block_size_bits, 1, in ntfs_readdir()
H A Dindex.c696 ret = ntfs_attr_mst_pread(icx->ia_na, pos, 1, icx->block_size, (u8 *)dst); in ntfs_ib_read()
H A Dmft.c107 br = ntfs_attr_mst_pread(vol->mft_na, m << vol->mft_record_size_bits, in ntfs_mft_records_read()
H A Dattrib.c2624 * ntfs_attr_mst_pread - multi sector transfer protected ntfs attribute read
2652 s64 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, function

Completed in 26 milliseconds