Home
last modified time | relevance | path

Searched refs:read_date (Results 1 – 3 of 3) sorted by relevance

/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()
94 de->creation_date = de->write_date = de->read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_mkdir()
155 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_create()
242 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_mknod()
318 dee.creation_date = dee.write_date = dee.read_date = cpu_to_le32(local_get_seconds(dir->i_sb)); in hpfs_symlink()
H A Dhpfs.h353 __le32 read_date; /* atime */ member
H A Dsuper.c668 local_to_gmt(s, le32_to_cpu(de->read_date)), in hpfs_fill_super()