Home
last modified time | relevance | path

Searched refs:fat_set_cl_next (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dext.h100 int fat_set_cl_next(struct fat_descriptor *, cl_t, cl_t);
Dfat.c506 int fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_cl_next() function
990 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
1000 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
1112 return (fat_set_cl_next(fat, current_cl, next_cl) | FSFATMOD); in checkchain()
1131 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE); in clearchain()
Ddir.c447 ret = fat_set_cl_next(fat, cl, CLUST_EOF); in checksize()