Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h467 extern BOOL ntfs_is_logfile_clean(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp);
/third_party/ntfs-3g/libntfs-3g/
H A Dlogfile.c660 * ntfs_is_logfile_clean - check in the journal if the volume is clean
679 BOOL ntfs_is_logfile_clean(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean() function
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)) in ntfs_volume_check_logfile()

Completed in 4 milliseconds