Searched refs:time_offset (Results 1 – 7 of 7) sorted by relevance
| /fs/fat/ |
| A D | fat_test.c | 29 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 D | misc.c | 199 -sbi->options.time_offset : in fat_tz_offset()
|
| A D | inode.c | 1016 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 D | fat.h | 35 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
| /fs/exfat/ |
| A D | super.c | 138 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 D | misc.c | 64 return sbi->options.time_offset; in exfat_tz_offset()
|
| A D | exfat_fs.h | 240 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
Completed in 21 milliseconds