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

/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dboot.c235 fs->fsinfo_start = CF_LE_W(b->info_sector)*lss;
236 fs_read(fs->fsinfo_start,sizeof(i),&i);
259 fs_write(fs->fsinfo_start,sizeof(i),&i);
261 else fs->fsinfo_start = 0;
264 if (fs->fsinfo_start)
295 fs->fsinfo_start = 0; /* no FSINFO structure */
H A Ddosfsck.h112 loff_t fsinfo_start; /* 0 if not present */ member in struct:__anon7513
H A Dfat.c322 if (!fs->fsinfo_start)
350 fs_write(fs->fsinfo_start+offsetof(struct info_sector,free_clusters),

Completed in 132 milliseconds