Searched refs:fat_set_cl_next (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | fat.c | 504 int fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_cl_next() function 988 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat() 998 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat() 1110 return (fat_set_cl_next(fat, current_cl, next_cl) | FSFATMOD); in checkchain() 1129 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE); in clearchain()
|
H A D | ext.h | 99 int fat_set_cl_next(struct fat_descriptor *, cl_t, cl_t);
|
H A D | dir.c | 445 ret = fat_set_cl_next(fat, cl, CLUST_EOF); in checksize()
|
Completed in 4 milliseconds