Lines Matching defs:log_vi
456 * @log_vi: struct inode of loaded journal $LogFile to check
471 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp)
475 ntfs_volume *vol = NTFS_SB(log_vi->i_sb);
476 struct address_space *mapping = log_vi->i_mapping;
489 size = i_size_read(log_vi);
568 err = ntfs_check_and_load_restart_page(log_vi,
648 * @log_vi: struct inode of loaded journal $LogFile to check
666 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp)
668 ntfs_volume *vol = NTFS_SB(log_vi->i_sb);
704 * @log_vi: struct inode of loaded journal $LogFile to empty
706 * Empty the contents of the $LogFile journal @log_vi and return 'true' on
713 bool ntfs_empty_logfile(struct inode *log_vi)
716 ntfs_inode *log_ni = NTFS_I(log_vi);
744 truncate_inode_pages(log_vi->i_mapping, 0);
830 truncate_inode_pages(log_vi->i_mapping, 0);