Searched refs:SECSIZ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
39 #define SECSIZ 512 macro40 #define fat_bpc(i) (pi[(i)]->f_bpb.bs_spc * SECSIZ)162 uchar_t fu_sector[SECSIZ];198 #define DIRENTS (SECSIZ / sizeof (_dir_entry_t))