Lines Matching refs:vi
52 static bool ntfs_check_restart_page_header(struct inode *vi, in ntfs_check_restart_page_header() argument
71 ntfs_error(vi->i_sb, "$LogFile uses unsupported page size."); in ntfs_check_restart_page_header()
79 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header()
86 ntfs_error(vi->i_sb, "$LogFile version %i.%i is not " in ntfs_check_restart_page_header()
103 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
112 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
127 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
136 ntfs_error(vi->i_sb, "$LogFile restart page is not modified " in ntfs_check_restart_page_header()
158 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area() argument
175 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
189 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
204 ntfs_error(vi->i_sb, "$LogFile restart area is out of bounds " in ntfs_check_restart_area()
221 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
236 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
243 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
250 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
273 static bool ntfs_check_log_client_array(struct inode *vi, in ntfs_check_log_client_array() argument
319 ntfs_error(vi->i_sb, "$LogFile log client array is corrupt."); in ntfs_check_log_client_array()
350 static int ntfs_check_and_load_restart_page(struct inode *vi, in ntfs_check_and_load_restart_page() argument
360 if (!ntfs_check_restart_page_header(vi, rp, pos)) { in ntfs_check_and_load_restart_page()
365 if (!ntfs_check_restart_area(vi, rp)) { in ntfs_check_and_load_restart_page()
376 ntfs_error(vi->i_sb, "Failed to allocate memory for $LogFile " in ntfs_check_and_load_restart_page()
401 page = ntfs_map_page(vi->i_mapping, idx); in ntfs_check_and_load_restart_page()
403 ntfs_error(vi->i_sb, "Error mapping $LogFile " in ntfs_check_and_load_restart_page()
433 ntfs_error(vi->i_sb, "Multi sector transfer error " in ntfs_check_and_load_restart_page()
447 if (!ntfs_check_log_client_array(vi, trp)) { in ntfs_check_and_load_restart_page()