Searched refs:fat_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c417 ulong_t sectn, fat_index; local
425 fat_index = (pcfsp->f_16bit) ? ((ulong_t)blk << 1) :
428 sectn = (fat_index / SECSIZ) + ltohs(pcfsp->f_bpb.bs_resv_sectors)
432 * Read two sectors so that if our fat_index points at the last byte
441 fp += (fat_index % SECSIZ);

Completed in 56 milliseconds