Searched refs:time_cs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/exfat/ |
| H A D | misc.c | 69 u8 tz, __le16 time, __le16 date, u8 time_cs) in exfat_get_entry_time() argument 79 if (time_cs) { in exfat_get_entry_time() 80 ts->tv_sec += time_cs / 100; in exfat_get_entry_time() 81 ts->tv_nsec = (time_cs % 100) * 10 * NSEC_PER_MSEC; in exfat_get_entry_time() 94 u8 *tz, __le16 *time, __le16 *date, u8 *time_cs) in exfat_set_entry_time() argument 107 if (time_cs) in exfat_set_entry_time() 108 *time_cs = (tm.tm_sec & 1) * 100 + in exfat_set_entry_time()
|
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 590 u8 time_cs; in vfat_build_slots() local 643 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in vfat_build_slots() 646 de->ctime_cs = time_cs; in vfat_build_slots()
|