Home
last modified time | relevance | path

Searched refs:ntfs_empty_logfile (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dlogfile.h305 extern bool ntfs_empty_logfile(struct inode *log_vi);
Dlogfile.c727 bool ntfs_empty_logfile(struct inode *log_vi) in ntfs_empty_logfile() function
Dsuper.c533 if (!ntfs_empty_logfile(vol->logfile_ino)) { in ntfs_remount()
2077 if (!sb_rdonly(sb) && !ntfs_empty_logfile(vol->logfile_ino)) { in load_system_files()