Home
last modified time | relevance | path

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

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