Searched refs:ntfs_check_logfile (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h466 extern BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp);
H A Dlogfile.c476 * ntfs_check_logfile - check in the journal if the volume is consistent
492 BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp) function
675 * checked by a call to ntfs_check_logfile() and in particular if the $LogFile
725 * checked by a call to ntfs_check_logfile() and that ntfs_is_logfile_clean()
H A Dvolume.c699 if (!ntfs_check_logfile(na, &rp) || !ntfs_is_logfile_clean(na, rp))

Completed in 96 milliseconds