Lines Matching refs:lsec
600 u_int nsec, lsec, xdn, chk, sec, ent, x;
612 lsec = 0;
615 if (!clus && !lsec)
616 lsec = fs->lsndir;
618 lsec = blklsn(fs, clus);
622 if ((err = ioget(fs->fd, lsec + sec, 0, dir, secbyt(1))))
772 u_int x, offset, off, n, nbyte, lsec;
789 lsec = bytsec(offset);
793 memcpy(s, fat.buf + secbyt(lsec) + off, n);
860 ioget(struct open_file *fd, daddr_t lsec, size_t offset, void *buf, u_int size)
862 return ((fd->f_dev->dv_strategy)(fd->f_devdata, F_READ, lsec, offset,