Home
last modified time | relevance | path

Searched refs:mtime_out (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/um/drivers/
Dcow_user.c280 long long *mtime_out, unsigned long long *size_out, in read_cow_header() argument
317 *mtime_out = header->v1.mtime; in read_cow_header()
330 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()
344 *mtime_out = be32toh(header->v3.mtime); in read_cow_header()
374 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()
Dcow.h14 char **backing_file_out, long long *mtime_out,