Home
last modified time | relevance | path

Searched refs:CreateTimestamp (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/exfat/
Dexfat_super.c1521 memset((char *)&info->CreateTimestamp, 0, in ffsReadStat()
1578 info->CreateTimestamp.Year = tm.year; in ffsReadStat()
1579 info->CreateTimestamp.Month = tm.mon; in ffsReadStat()
1580 info->CreateTimestamp.Day = tm.day; in ffsReadStat()
1581 info->CreateTimestamp.Hour = tm.hour; in ffsReadStat()
1582 info->CreateTimestamp.Minute = tm.min; in ffsReadStat()
1583 info->CreateTimestamp.Second = tm.sec; in ffsReadStat()
1584 info->CreateTimestamp.MilliSecond = 0; in ffsReadStat()
1701 tm.sec = info->CreateTimestamp.Second; in ffsWriteStat()
1702 tm.min = info->CreateTimestamp.Minute; in ffsWriteStat()
[all …]
Dexfat.h301 struct date_time_t CreateTimestamp; member