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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.h299 extern bool ntfs_check_logfile(struct inode *log_vi,
H A Dlogfile.c468 * ntfs_check_logfile - check the journal for consistency
484 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) function
675 * checked by a call to ntfs_check_logfile() and in particular if the $LogFile
723 * checked by a call to ntfs_check_logfile() and that ntfs_is_logfile_clean()
H A Dsuper.c1190 if (!ntfs_check_logfile(tmp_ino, rp)) {
1192 /* ntfs_check_logfile() will have displayed error output. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h390 extern BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c447 * ntfs_check_logfile - check in the journal if the volume is consistent
463 BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp) function
647 * checked by a call to ntfs_check_logfile() and in particular if the $LogFile
697 * checked by a call to ntfs_check_logfile() and that ntfs_is_logfile_clean()
H A Dvolume.c627 if (!ntfs_check_logfile(na, &rp) || !ntfs_is_logfile_clean(na, rp))

Completed in 114 milliseconds