Searched refs:prt_ts (Results 1 – 4 of 4) sorted by relevance
151 u32 prt_ts; /* Modification time of the parent disk */ member
206 if (header->prt_ts > now + TIMESTAMP_MAX_SLACK) in vhd_util_check_validate_differencing_header()224 if (header->prt_ts) in vhd_util_check_validate_differencing_header()
159 BE32_IN(&header->prt_ts); in vhd_header_in()182 BE32_OUT(&header->prt_ts); in vhd_header_out()2543 ctx->header.prt_ts = 0; in vhd_initialize_header()2558 ctx->header.prt_ts = vhd_time(stats.st_mtime); in vhd_initialize_header()2567 ctx->header.prt_ts = vhd_time(stats.st_mtime); in vhd_initialize_header()2663 child->header.prt_ts = vhd_time(stats.st_mtime); in vhd_change_parent()
84 vhd_time_to_string(h->prt_ts, time_str); in vhd_print_header()
Completed in 11 milliseconds