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

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

Completed in 177 milliseconds