Searched refs:Y_TIME_CONVERT (Results 1 – 3 of 3) sorted by relevance
71 #define Y_TIME_CONVERT(x) (x).tv_sec macro74 #define Y_TIME_CONVERT(x) (x) macro
6127 obj->yst_atime = Y_TIME_CONVERT(attr->ia_atime); in yaffs_SetAttributes()6129 obj->yst_ctime = Y_TIME_CONVERT(attr->ia_ctime); in yaffs_SetAttributes()6131 obj->yst_mtime = Y_TIME_CONVERT(attr->ia_mtime); in yaffs_SetAttributes()6152 Y_TIME_CONVERT(attr->ia_atime) = obj->yst_atime; in yaffs_GetAttributes()6154 Y_TIME_CONVERT(attr->ia_ctime) = obj->yst_ctime; in yaffs_GetAttributes()6156 Y_TIME_CONVERT(attr->ia_mtime) = obj->yst_mtime; in yaffs_GetAttributes()
74 #define Y_TIME_CONVERT(x) x macro