Searched refs:ntfs_is_chkd_record (Results 1 – 2 of 2) sorted by relevance
96 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()135 if (!ntfs_is_chkd_record(rp->magic) && sle64_to_cpu(rp->chkdsk_lsn)) { in ntfs_check_restart_page_header()422 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page()693 !ntfs_is_chkd_record(rp->magic)) { in ntfs_is_logfile_clean()
163 #define ntfs_is_chkd_record(x) ( ntfs_is_magic (x, CHKD) ) macro