Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 – 3 of 3) sorted by relevance

/fs/fat/
Dmisc.c222 second -= sbi->options.time_offset * SECS_PER_MIN; in fat_time_fat2unix()
239 (sbi->options.tz_set ? sbi->options.time_offset : in fat_time_unix2fat()
Dinode.c836 if (opts->time_offset) in fat_show_options()
837 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options()
1081 opts->time_offset = option; in parse_options()
1085 opts->time_offset = 0; in parse_options()
Dfat.h35 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member