Searched refs:local_to_gmt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/hpfs/ |
H A D | dir.c | 281 time64_t csec = local_to_gmt(dir->i_sb, le32_to_cpu(de->creation_date)); in hpfs_lookup() 284 result->i_mtime.tv_sec = local_to_gmt(dir->i_sb, le32_to_cpu(de->write_date)); in hpfs_lookup() 286 result->i_atime.tv_sec = local_to_gmt(dir->i_sb, le32_to_cpu(de->read_date)); in hpfs_lookup()
|
H A D | super.c | 616 s->s_time_min = local_to_gmt(s, 0); in hpfs_fill_super() 617 s->s_time_max = local_to_gmt(s, U32_MAX); in hpfs_fill_super() 728 root->i_atime.tv_sec = local_to_gmt(s, le32_to_cpu(de->read_date)); in hpfs_fill_super() 730 root->i_mtime.tv_sec = local_to_gmt(s, le32_to_cpu(de->write_date)); in hpfs_fill_super() 733 local_to_gmt(s, le32_to_cpu(de->creation_date)), in hpfs_fill_super()
|
H A D | namei.c | 14 time64_t t = local_to_gmt(dir->i_sb, local_get_seconds(dir->i_sb)); in hpfs_update_directory_times() 62 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_mkdir() 168 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_create() 249 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_mknod() 323 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_symlink()
|
H A D | hpfs_fn.h | 337 static inline time64_t local_to_gmt(struct super_block *s, time64_t t) in local_to_gmt() function
|