Searched refs:fat_set_cl_next (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | ext.h | 100 int fat_set_cl_next(struct fat_descriptor *, cl_t, cl_t);
|
D | fat.c | 506 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()
|
D | dir.c | 447 ret = fat_set_cl_next(fat, cl, CLUST_EOF); in checksize()
|