Home
last modified time | relevance | path

Searched refs:local_to_gmt (Results 1 – 4 of 4) sorted by relevance

/linux/fs/hpfs/
H A Ddir.c281 time64_t csec = local_to_gmt(dir->i_sb, le32_to_cpu(de->creation_date)); in hpfs_lookup()
285 local_to_gmt(dir->i_sb, le32_to_cpu(de->write_date)), in hpfs_lookup()
288 local_to_gmt(dir->i_sb, le32_to_cpu(de->read_date)), in hpfs_lookup()
H A Dsuper.c555 s->s_time_min = local_to_gmt(s, 0); in hpfs_fill_super()
556 s->s_time_max = local_to_gmt(s, U32_MAX); in hpfs_fill_super()
668 local_to_gmt(s, le32_to_cpu(de->read_date)), in hpfs_fill_super()
671 local_to_gmt(s, le32_to_cpu(de->write_date)), in hpfs_fill_super()
674 local_to_gmt(s, le32_to_cpu(de->creation_date)), in hpfs_fill_super()
H A Dnamei.c14 time64_t t = local_to_gmt(dir->i_sb, local_get_seconds(dir->i_sb)); in hpfs_update_directory_times()
64 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_mkdir()
171 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_create()
253 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_mknod()
329 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_symlink()
H A Dhpfs_fn.h337 static inline time64_t local_to_gmt(struct super_block *s, time64_t t) in local_to_gmt() function