Searched refs:ntfs_rl_pread (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | runlist.h | 57 extern s64 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl,
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 383 if (ntfs_rl_pread(rawvol, mft_bitmap_rl, 0, mft_bitmap_length, in mft_bitmap_load()
|
H A D | ntfsinfo.c | 1121 bytes_read = ntfs_rl_pread(vol, rl, 0, in ntfs_dump_attr_security_descriptor() 2110 bytes_read = ntfs_rl_pread(vol, rl, 0, data_size, buf); in ntfs_dump_attr_ea() 2112 ntfs_log_perror("ntfs_rl_pread failed"); in ntfs_dump_attr_ea()
|
H A D | ntfswipe.c | 686 ret = ntfs_rl_pread(vol, restart, in wipe_compressed_attribute() 693 ntfs_log_error("ntfs_rl_pread failed"); in wipe_compressed_attribute() 1140 s64 ret = ntfs_rl_pread(vol, naa->rl, in wipe_index_allocation() 1143 ntfs_log_verbose("ntfs_rl_pread failed\n"); in wipe_index_allocation()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 1090 * ntfs_rl_pread - gather read from disk 1113 s64 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl, in ntfs_rl_pread() function
|
H A D | attrib.c | 5722 bytes_read = ntfs_rl_pread(vol, na->rl, 0, na->initialized_size,
|
Completed in 17 milliseconds