Home
last modified time | relevance | path

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

/fs/fat/
A Dfat_test.c29 int time_offset; member
39 .time_offset = 0,
47 .time_offset = 0,
71 .time_offset = 0,
79 .time_offset = 0,
87 .time_offset = 0,
103 .time_offset = 60,
111 .time_offset = 0,
119 .time_offset = 0,
139 fake_sb.options.time_offset = testcase->time_offset; in fat_time_fat2unix_test()
[all …]
A Dmisc.c199 -sbi->options.time_offset : in fat_tz_offset()
A Dinode.c1016 if (opts->time_offset) in fat_show_options()
1017 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options()
1243 opts->time_offset = result.int_32; in fat_parse_param()
1247 opts->time_offset = result.uint_32; in fat_parse_param()
A Dfat.h35 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/fs/exfat/
A Dsuper.c138 else if (opts->time_offset) in exfat_show_options()
139 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options()
317 opts->time_offset = result.int_32; in exfat_parse_param()
A Dmisc.c64 return sbi->options.time_offset; in exfat_tz_offset()
A Dexfat_fs.h240 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member

Completed in 21 milliseconds