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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A 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);
H A Dlogfile.c469 * @log_vi: struct inode of loaded journal $LogFile to check
484 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) argument
488 ntfs_volume *vol = NTFS_SB(log_vi->i_sb);
489 struct address_space *mapping = log_vi->i_mapping;
502 size = i_size_read(log_vi);
581 err = ntfs_check_and_load_restart_page(log_vi,
661 * @log_vi: struct inode of loaded journal $LogFile to check
679 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) argument
681 ntfs_volume *vol = NTFS_SB(log_vi->i_sb);
717 * @log_vi
726 ntfs_empty_logfile(struct inode *log_vi) argument
[all...]

Completed in 679 milliseconds