Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h401 extern int ntfs_attr_inconsistent(const ATTR_RECORD *a, const MFT_REF mref);
H A Dmft.c289 if (!ntfs_attr_inconsistent(a, mref)) { in ntfs_mft_record_check()
H A Dattrib.c3437 int ntfs_attr_inconsistent(const ATTR_RECORD *a, const MFT_REF mref) function