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

/freebsd-13-stable/sbin/fsck_msdosfs/
H A Dext.h100 int fat_set_cl_next(struct fat_descriptor *, cl_t, cl_t);
H A Dfat.c506 int fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) function
990 ret |= fat_set_cl_next(fat, cl, CLUST_EOF);
1000 ret |= fat_set_cl_next(fat, cl, CLUST_EOF);
1112 return (fat_set_cl_next(fat, current_cl, next_cl) | FSFATMOD);
1131 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE);
H A Ddir.c447 ret = fat_set_cl_next(fat, cl, CLUST_EOF);

Completed in 57 milliseconds