Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dmisc.c94 if (tz & EXFAT_TZ_VALID) in exfat_get_entry_time()
96 exfat_adjust_tz(ts, tz & ~EXFAT_TZ_VALID); in exfat_get_entry_time()
125 *tz = EXFAT_TZ_VALID; in exfat_set_entry_time()
Dexfat_raw.h157 #define EXFAT_TZ_VALID (1 << 7) macro