Home
last modified time | relevance | path

Searched refs:EXFAT_TZ_VALID (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A 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()
H A Dexfat_raw.h161 #define EXFAT_TZ_VALID (1 << 7) macro
/kernel/linux/linux-6.6/fs/exfat/
H A 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()
H A Dexfat_raw.h182 #define EXFAT_TZ_VALID (1 << 7) macro

Completed in 4 milliseconds