Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlogfile.c453 bool ntfs_check_logfile(struct inode *log_vi, struct restart_page_header **rp) in ntfs_check_logfile() argument
457 struct ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
458 struct address_space *mapping = log_vi->i_mapping; in ntfs_check_logfile()
471 size = i_size_read(log_vi); in ntfs_check_logfile()
552 err = ntfs_check_and_load_restart_page(log_vi, in ntfs_check_logfile()
641 bool ntfs_empty_logfile(struct inode *log_vi) in ntfs_empty_logfile() argument
644 struct ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile()
672 truncate_inode_pages(log_vi->i_mapping, 0); in ntfs_empty_logfile()
761 truncate_inode_pages(log_vi->i_mapping, 0); in ntfs_empty_logfile()