Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c240 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next() argument
244 /* Truncate 'nextcl' value, if needed */ in fat_set_fat12_next()
245 nextcl &= CLUST12_MASK; in fat_set_fat12_next()
252 * it to the nextcl value for encoding in fat_set_fat12_next()
255 nextcl |= ((p[1] & 0xf0) << 8); in fat_set_fat12_next()
257 nextcl <<= 4; in fat_set_fat12_next()
258 nextcl |= (p[0] & 0x0f); in fat_set_fat12_next()
261 le16enc(p, (uint16_t)nextcl); in fat_set_fat12_next()
293 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat16_next() argument
297 /* Truncate 'nextcl' valu in fat_set_fat16_next()
332 fat_set_fat32_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat32_next() argument
477 fat_set_fat32_cached_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat32_cached_next() argument
504 fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_cl_next() argument
810 cl_t cl, nextcl; readfat() local
[all...]

Completed in 2 milliseconds