Home
last modified time | relevance | path

Searched refs:creation_date (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dnamei.c53 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_mkdir()
62 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_mkdir()
92 de->creation_date = de->write_date = de->read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_mkdir()
153 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_create()
168 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_create()
239 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_mknod()
249 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_mknod()
314 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_symlink()
323 inode_set_ctime(result, local_to_gmt(dir->i_sb, le32_to_cpu(dee.creation_date)), 0); in hpfs_symlink()
H A Dinode.c235 de->creation_date = cpu_to_le32(gmt_to_local(i->i_sb, inode_get_ctime(i).tv_sec)); in hpfs_write_inode_nolock()
245 de->creation_date = cpu_to_le32(gmt_to_local(i->i_sb, inode_get_ctime(i).tv_sec)); in hpfs_write_inode_nolock()
H A Dhpfs.h354 __le32 creation_date; /* ctime */ member
H A Ddir.c281 time64_t csec = local_to_gmt(dir->i_sb, le32_to_cpu(de->creation_date)); in hpfs_lookup()
H A Dsuper.c733 local_to_gmt(s, le32_to_cpu(de->creation_date)), in hpfs_fill_super()
/openbmc/linux/include/uapi/linux/
H A Diso_fs.h55 __u8 creation_date [ISODCL (814, 830)]; /* 8.4.26.1 */ member
92 __u8 creation_date [ISODCL (814, 830)]; /* 8.4.26.1 */ member
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c124 uint32_t creation_date; /* BCD: YYYYMMDD */ member
522 maina->creation_date = cpu_to_be32((to_bcd(year / 100) << 24) in spapr_init_maina()