Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dmisc.c85 if (tz & EXFAT_TZ_VALID) in exfat_get_entry_time()
87 exfat_adjust_tz(ts, tz & ~EXFAT_TZ_VALID); in exfat_get_entry_time()
115 *tz = EXFAT_TZ_VALID; in exfat_set_entry_time()
Dexfat_raw.h161 #define EXFAT_TZ_VALID (1 << 7) macro