Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dnamei.c36 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, CURRENT_TIME); in hpfs_mkdir()
60 de->creation_date = de->write_date = de->read_date = gmt_to_local(dir->i_sb, CURRENT_TIME); in hpfs_mkdir()
118 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, CURRENT_TIME); in hpfs_create()
186 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, CURRENT_TIME); in hpfs_mknod()
248 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, CURRENT_TIME); in hpfs_symlink()
Dinode.c278 de->read_date = gmt_to_local(i->i_sb, i->i_atime); in hpfs_write_inode_nolock()
288 de->read_date = gmt_to_local(i->i_sb, i->i_atime); in hpfs_write_inode_nolock()
Dhpfs.h294 time32_t read_date; /* atime */ member
Ddir.c237 result->i_atime = local_to_gmt(dir->i_sb, de->read_date); in hpfs_lookup()
Dsuper.c550 s->s_root->d_inode->i_atime = local_to_gmt(s, de->read_date); in hpfs_read_super()