Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/drivers/
Dcow_user.c276 time_t *mtime_out, unsigned long long *size_out, in read_cow_header() argument
313 *mtime_out = header->v1.mtime; in read_cow_header()
326 *mtime_out = ntohl(header->v2.mtime); in read_cow_header()
340 *mtime_out = ntohl(header->v3.mtime); in read_cow_header()
370 *mtime_out = (time32_t) ntohl(header->v3_b.mtime); in read_cow_header()
Dcow.h48 char **backing_file_out, time_t *mtime_out,