Home
last modified time | relevance | path

Searched refs:time32_t (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/um/drivers/
Dcow_user.c20 typedef __u32 time32_t; typedef
26 time32_t mtime;
45 time32_t mtime;
373 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()
/Linux-v4.19/fs/hpfs/
Dhpfs_fn.h337 static inline time64_t local_to_gmt(struct super_block *s, time32_t t) in local_to_gmt()
343 static inline time32_t gmt_to_local(struct super_block *s, time64_t t) in gmt_to_local()
351 static inline time32_t local_get_seconds(struct super_block *s) in local_get_seconds()
Dhpfs.h35 typedef u32 time32_t; /* 32-bit time_t type */ typedef