HomeSort by relevance Sort by last modified time
    Searched refs:FSInfo (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
boot.c 56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
106 boot->FSInfo = block[48] + (block[49] << 8);
116 if ((boot->FSInfo == 0) ||
128 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
129 != boot->FSInfo * boot->BytesPerSec
130 || read(dosfs, fsinfo, sizeof fsinfo)
131 != sizeof fsinfo) {
132 perror("could not read fsinfo block");
135 if (memcmp(fsinfo, "RRaA", 4
287 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
    [all...]
dosfs.h 61 u_int FSInfo; /* FSInfo sector */
64 cl_t FSFree; /* Number of free clusters acc. FSInfo */
65 cl_t FSNext; /* Next free cluster acc. FSInfo */
fat.c 694 if (boot->FSInfo) {
697 pwarn("Free space in FSInfo block (%d) not correct (%d)\n",
707 pwarn("Next free cluster in FSInfo block (%u) not free\n",
726 pwarn("Next free cluster in FSInfo block (%u) not free\n",
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 65 struct FSInfo {
66 FSInfo() {}
67 FSInfo(const std::string& device_id, const base::FilePath& path,
70 bool operator<(const FSInfo& other) const;
100 std::map<std::string /*fs_name*/, FSInfo> file_systems_by_name_;
103 TestMediaFileSystemContext::FSInfo::FSInfo(const std::string& device_id,
111 bool TestMediaFileSystemContext::FSInfo::operator<(const FSInfo& other) const {
141 std::map<std::string /*fs_name*/, FSInfo>::const_iterator it
    [all...]

Completed in 64 milliseconds