Searched defs:fsblock (Results 1 – 1 of 1) sorted by relevance
156 struct fsblock { struct157 uint32_t id; /* 'FSHD' */158 uint32_t nsumlong; /* number of long words in check sum */159 uint32_t chksum; /* simple additive with wrap checksum */160 uint32_t hostid; /* scsi target of host */161 uint32_t next; /* next in chain */162 uint32_t flags;163 uint32_t resv1[2];164 uint32_t dostype; /* this is a file system for this type */165 uint32_t version; /* version of this fs */[all …]