Home
last modified time | relevance | path

Searched refs:ntfs_cluster_read (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h133 extern s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn,
/third_party/ntfs-3g/libntfs-3g/
Ddevice.c433 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, in ntfs_cluster_read() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c2143 if (ntfs_cluster_read(vol, j, 1, buffer) < 1) { in undelete_file()