Searched refs:yst_mtime (Results 1 - 7 of 7) sorted by relevance

/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h171 unsigned long yst_mtime; /* time of last modification */ member in struct:yaffs_stat
H A Dyaffsfs.c858 buf->yst_mtime = obj->yst_mtime;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c170 oh->yst_mtime = SWAP32(oh->yst_mtime);
297 oh->yst_mtime = s->st_mtime;
H A Dmkyaffsimage.c293 oh->yst_mtime = SWAP32(oh->yst_mtime);
354 oh->yst_mtime = s->st_mtime;
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h310 __u32 yst_mtime; member in struct:__anon17147
456 __u32 yst_mtime; member in struct:yaffs_ObjectStruct
H A Dyaffs_guts.c1617 theObject->yst_atime = theObject->yst_mtime =
1719 in->yst_atime = in->yst_mtime = in->yst_ctime = Y_CURRENT_TIME;
3040 oh->yst_mtime = in->yst_mtime;
4324 in->yst_mtime = Y_CURRENT_TIME;
4952 in->yst_mtime = oh->yst_mtime;
4976 in->yst_mtime = oh->yst_mtime;
5163 in->yst_mtime
[all...]
H A Dyaffs_fs.c713 inode->i_mtime.tv_sec = (time_t) obj->yst_mtime;
720 inode->i_mtime = obj->yst_mtime;

Completed in 63 milliseconds