Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dboot.c255 fs->fsinfo_start = le16toh(b->info_sector) * lss; in read_fsinfo()
256 fs_read(fs->fsinfo_start, sizeof(i), &i); in read_fsinfo()
279 fs_write(fs->fsinfo_start, sizeof(i), &i); in read_fsinfo()
281 fs->fsinfo_start = 0; in read_fsinfo()
284 if (fs->fsinfo_start) in read_fsinfo()
388 fs->fsinfo_start = 0; /* no FSINFO structure */
H A Dfsck.fat.h209 off_t fsinfo_start; /* 0 if not present */ member
H A Dfat.c545 if (!fs->fsinfo_start)
583 fs_write(fs->fsinfo_start + offsetof(struct info_sector, free_clusters),