Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hpfs/
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()
Dsuper.c616 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()
729 local_to_gmt(s, le32_to_cpu(de->read_date)), in hpfs_fill_super()
732 local_to_gmt(s, le32_to_cpu(de->write_date)), in hpfs_fill_super()
735 local_to_gmt(s, le32_to_cpu(de->creation_date)), in hpfs_fill_super()
Dnamei.c14 time64_t t = local_to_gmt(dir->i_sb, local_get_seconds(dir->i_sb)); in hpfs_update_directory_times()
62 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_mkdir()
168 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_create()
249 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_mknod()
323 …inode_set_atime_to_ts(result, inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.crea… in hpfs_symlink()
Dhpfs_fn.h337 static inline time64_t local_to_gmt(struct super_block *s, time64_t t) in local_to_gmt() function