Lines Matching refs:SECSIZ
128 head->fi_count = SECSIZ; in bpcfs_mountroot()
147 sizeof (_dir_entry_t) / SECSIZ; in bpcfs_mountroot()
166 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
176 head->fi_count = nsec_cache * SECSIZ; in bpcfs_mountroot()
304 while (off >= pcfsp->f_bpb.bs_spc * SECSIZ) { in bpcfs_read()
306 off -= pcfsp->f_bpb.bs_spc * SECSIZ; in bpcfs_read()
318 for (i = ((off / SECSIZ) % pcfsp->f_bpb.bs_spc); i < spc; i++) { in bpcfs_read()
319 xfer = MIN(SECSIZ - (off % SECSIZ), c - count); in bpcfs_read()
329 (void) bcopy(&block[off % SECSIZ], b, xfer); in bpcfs_read()
426 sectn = (fat_index / SECSIZ) + ltohs(pcfsp->f_bpb.bs_resv_sectors) in fat_map()
439 fp += (fat_index % SECSIZ); in fat_map()
598 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()
602 head->fi_count = nsec * SECSIZ; in readblock()