Lines Matching refs:vi

51 static bool ntfs_check_restart_page_header(struct inode *vi,  in ntfs_check_restart_page_header()  argument
70 ntfs_error(vi->i_sb, "$LogFile uses unsupported page size."); in ntfs_check_restart_page_header()
78 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header()
85 ntfs_error(vi->i_sb, "$LogFile version %i.%i is not " in ntfs_check_restart_page_header()
102 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
111 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
126 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
135 ntfs_error(vi->i_sb, "$LogFile restart page is not modified " in ntfs_check_restart_page_header()
157 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area() argument
174 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
188 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
203 ntfs_error(vi->i_sb, "$LogFile restart area is out of bounds " in ntfs_check_restart_area()
220 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
235 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
242 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
249 ntfs_error(vi->i_sb, "$LogFile restart area specifies " in ntfs_check_restart_area()
272 static bool ntfs_check_log_client_array(struct inode *vi, in ntfs_check_log_client_array() argument
318 ntfs_error(vi->i_sb, "$LogFile log client array is corrupt."); in ntfs_check_log_client_array()
349 static int ntfs_check_and_load_restart_page(struct inode *vi, in ntfs_check_and_load_restart_page() argument
359 if (!ntfs_check_restart_page_header(vi, rp, pos)) { in ntfs_check_and_load_restart_page()
364 if (!ntfs_check_restart_area(vi, rp)) { in ntfs_check_and_load_restart_page()
375 ntfs_error(vi->i_sb, "Failed to allocate memory for $LogFile " in ntfs_check_and_load_restart_page()
400 page = ntfs_map_page(vi->i_mapping, idx); in ntfs_check_and_load_restart_page()
402 ntfs_error(vi->i_sb, "Error mapping $LogFile " in ntfs_check_and_load_restart_page()
432 ntfs_error(vi->i_sb, "Multi sector transfer error " in ntfs_check_and_load_restart_page()
446 if (!ntfs_check_log_client_array(vi, trp)) { in ntfs_check_and_load_restart_page()