Searched refs:now (Results 1 – 3 of 3) sorted by relevance
163 time_t now; in exfat_tzset() local167 now = time(NULL); in exfat_tzset()168 utc = gmtime(&now); in exfat_tzset()173 exfat_timezone = mktime(utc) - now; in exfat_tzset()
33 DEFLATE support is an experimental feature for now and so most
81 struct timespec now; in current_fs_time() local82 now.tv_sec = 0; in current_fs_time()83 now.tv_nsec = 0; in current_fs_time()84 return now; in current_fs_time()
Completed in 12 milliseconds