Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dlogfile.h291 extern bool ntfs_empty_logfile(struct inode *log_vi);
Dlogfile.c712 bool ntfs_empty_logfile(struct inode *log_vi) in ntfs_empty_logfile() function
Dsuper.c519 if (!ntfs_empty_logfile(vol->logfile_ino)) { in ntfs_remount()
2063 if (!sb_rdonly(sb) && !ntfs_empty_logfile(vol->logfile_ino)) { in load_system_files()