Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dfat_test.c133 static struct msdos_sb_info fake_sb; in fat_time_fat2unix_test() local
138 fake_sb.options.tz_set = 1; in fat_time_fat2unix_test()
139 fake_sb.options.time_offset = testcase->time_offset; in fat_time_fat2unix_test()
141 fat_time_fat2unix(&fake_sb, &ts, in fat_time_fat2unix_test()
157 static struct msdos_sb_info fake_sb; in fat_time_unix2fat_test() local
163 fake_sb.options.tz_set = 1; in fat_time_unix2fat_test()
164 fake_sb.options.time_offset = testcase->time_offset; in fat_time_unix2fat_test()
166 fat_time_unix2fat(&fake_sb, &testcase->ts, in fat_time_unix2fat_test()