Searched refs:RESTART_AREA (Results 1 – 3 of 3) sorted by relevance
147 RESTART_AREA *ra; in ntfs_check_restart_area()153 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()159 if (ra_ofs + offsetof(RESTART_AREA, file_size) > in ntfs_check_restart_area()262 RESTART_AREA *ra; in ntfs_check_log_client_array()268 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_log_client_array()340 RESTART_AREA *ra; in ntfs_check_and_load_restart_page()355 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_and_load_restart_page()668 RESTART_AREA *ra; in ntfs_is_logfile_clean()685 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_is_logfile_clean()
244 } __attribute__ ((__packed__)) RESTART_AREA; typedef
54 struct RESTART_AREA { struct466 const struct RESTART_AREA *ra; in is_rst_area_valid()472 if (ro + offsetof(struct RESTART_AREA, l_size) > in is_rst_area_valid()535 const struct RESTART_AREA *ra = Add2Ptr(rhdr, ro); in is_client_area_valid()1045 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */1223 struct RESTART_AREA *ra; in log_read_rst()1394 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()1397 struct RESTART_AREA *ra = kzalloc(log->restart_size, GFP_NOFS); in log_create_ra()1409 ra->client_off = cpu_to_le16(offsetof(struct RESTART_AREA, clients)); in log_create_ra()3767 struct RESTART_AREA *ra2, *ra = NULL; in log_replay()[all …]