说明: unsigned long FileSystem::mapAddr(unsigned int id) { unsigned long addr; addr = this->IN_Start+sizeof(DInode)*(id-1); return addr; } void FileSystem::SaveSuperBlock() { fseek(fd, 0, 0); fwrite(&sb, 1, sizeof(SuperBlock), fd); } FileSystem::~FileS
<afenyu> 在 上传 | 大小:249856