Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c565 if (ntfs_is_rcrd_recordp((le32*)kaddr)) in ntfs_check_logfile()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h152 #define ntfs_is_rcrd_recordp(p) ( ntfs_is_magicp(p, RCRD) ) macro