Searched refs:dst_base (Results 1 – 1 of 1) sorted by relevance
1192 off_t dst_base; in writefat() local1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()1228 dst_base *= boot->bpbBytesPerSec; in writefat()1229 if ((lseek(fd, dst_base, SEEK_SET) != dst_base || in writefat()