Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlogfile.h299 extern bool ntfs_check_logfile(struct inode *log_vi,
302 extern bool ntfs_is_logfile_clean(struct inode *log_vi,
305 extern bool ntfs_empty_logfile(struct inode *log_vi);
Dlogfile.c485 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) in ntfs_check_logfile() argument
489 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
490 struct address_space *mapping = log_vi->i_mapping; in ntfs_check_logfile()
503 size = i_size_read(log_vi); in ntfs_check_logfile()
582 err = ntfs_check_and_load_restart_page(log_vi, in ntfs_check_logfile()
680 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean() argument
682 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean()
727 bool ntfs_empty_logfile(struct inode *log_vi) in ntfs_empty_logfile() argument
730 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile()
758 truncate_inode_pages(log_vi->i_mapping, 0); in ntfs_empty_logfile()
[all …]