Lines Matching refs:SECSIZ
130 head->fi_count = SECSIZ; in bpcfs_mountroot()
149 sizeof (_dir_entry_t) / SECSIZ; in bpcfs_mountroot()
168 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
178 head->fi_count = nsec_cache * SECSIZ; in bpcfs_mountroot()
306 while (off >= pcfsp->f_bpb.bs_spc * SECSIZ) { in bpcfs_read()
308 off -= pcfsp->f_bpb.bs_spc * SECSIZ; in bpcfs_read()
320 for (i = ((off / SECSIZ) % pcfsp->f_bpb.bs_spc); i < spc; i++) { in bpcfs_read()
321 xfer = MIN(SECSIZ - (off % SECSIZ), c - count); in bpcfs_read()
331 (void) bcopy(&block[off % SECSIZ], b, xfer); in bpcfs_read()
428 sectn = (fat_index / SECSIZ) + ltohs(pcfsp->f_bpb.bs_resv_sectors) in fat_map()
441 fp += (fat_index % SECSIZ); in fat_map()
600 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()
604 head->fi_count = nsec * SECSIZ; in readblock()