Searched refs:ntfs_file_record_read (Results 1 - 7 of 7) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | mft.h | 64 extern int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref,
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | inode.c | 174 if (ntfs_file_record_read(vol, mref, &ni->mrec, NULL)) in ntfs_inode_real_open() 654 if (ntfs_file_record_read(base_ni->vol, le64_to_cpu(mref), &ni->mrec, NULL)) in ntfs_extent_inode_open()
|
H A D | mft.c | 318 * ntfs_file_record_read - read a FILE record from the mft from disk 348 int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref, in ntfs_file_record_read() function
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.c | 1042 r = ntfs_file_record_read(ctx->vol, in mft_next_record()
|
H A D | ntfsresize.c | 1403 if (!ntfs_file_record_read(resize->vol, FILE_MFT, &ni->mrec, NULL)) { in reload_mft() 1405 r = ntfs_file_record_read(resize->vol, in reload_mft() 2206 if (ntfs_file_record_read(vol, mref, &resize->mrec, NULL)) { in relocate_inode() 2286 if (ntfs_file_record_read(resize->vol, FILE_MFT, in relocate_inodes()
|
H A D | ntfsfix.c | 234 if (ntfs_file_record_read(vol, FILE_Volume, &m, NULL)) { in OLD_ntfs_volume_set_flags()
|
H A D | ntfsclone.c | 1993 err = ntfs_file_record_read(volume, mref, &ni->mrec, NULL);
|
Completed in 20 milliseconds