Home
last modified time | relevance | path

Searched refs:logfile_ino (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ntfs/
Dsuper.c533 if (!ntfs_empty_logfile(vol->logfile_ino)) { in ntfs_remount()
1235 vol->logfile_ino = tmp_ino; in load_and_check_logfile()
1956 !ntfs_is_logfile_clean(vol->logfile_ino, rp)) { in load_system_files()
1962 es1 = !vol->logfile_ino ? es1a : es1b; in load_system_files()
1971 if (vol->logfile_ino) { in load_system_files()
2079 !ntfs_empty_logfile(vol->logfile_ino)) { in load_system_files()
2221 iput(vol->logfile_ino); in load_system_files()
2306 if (vol->logfile_ino) in ntfs_put_super()
2307 ntfs_commit_inode(vol->logfile_ino); in ntfs_put_super()
2386 if (vol->logfile_ino) { in ntfs_put_super()
[all …]
Dvolume.h105 struct inode *logfile_ino; /* The VFS inode of $LogFile. */ member