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);
567 err = ntfs_check_and_load_restart_page(log_vi,
647 * @log_vi: struct inode of loaded journal $LogFile to check
665 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp)
667 ntfs_volume *vol = NTFS_SB(log_vi->i_sb);
703 * @log_vi: struct inode of loaded journal $LogFile to empty
705 * Empty the contents of the $LogFile journal @log_vi and return 'true' on
712 bool ntfs_empty_logfile(struct inode *log_vi)
715 ntfs_inode *log_ni = NTFS_I(log_vi);
743 truncate_inode_pages(log_vi->i_mapping, 0);
829 truncate_inode_pages(log_vi->i_mapping, 0);