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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c242 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) argument
246 /* Truncate 'nextcl' value, if needed */
247 nextcl &= CLUST12_MASK;
254 * it to the nextcl value for encoding
257 nextcl |= ((p[1] & 0xf0) << 8);
259 nextcl <<= 4;
260 nextcl |= (p[0] & 0x0f);
263 le16enc(p, (uint16_t)nextcl);
295 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) argument
299 /* Truncate 'nextcl' valu
334 fat_set_fat32_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) argument
479 fat_set_fat32_cached_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) argument
506 fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) argument
812 cl_t cl, nextcl; local
[all...]

Completed in 71 milliseconds