Home
last modified time | relevance | path

Searched refs:ntfs_is_empty_recordp (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c557 if (!ntfs_is_empty_recordp((le32*)kaddr)) in ntfs_check_logfile()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h161 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) ) macro