Home
last modified time | relevance | path

Searched refs:local_to_gmt (Results 1 – 3 of 3) 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 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()
H A Dhpfs_fn.h337 static inline time64_t local_to_gmt(struct super_block *s, time64_t t) in local_to_gmt() function