Searched refs:fat_is_valid_cl (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 310 while (fat_is_valid_cl(fat, startcl)) { in delete() 401 if (!fat_is_valid_cl(fat, dir->head)) in checksize() 475 if (dir->parent && !fat_is_valid_cl(fat, cl)) { in check_subdirectory() 554 if (dir->parent && (!fat_is_valid_cl(fat, cl))) { in readDosDirSection() 836 ((!fat_is_valid_cl(fat, dirent.head) || in readDosDirSection() 838 if (!fat_is_valid_cl(fat, dirent.head)) { in readDosDirSection() 1008 } while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl)))); in readDosDirSection()
|
H A D | ext.h | 105 bool fat_is_valid_cl(struct fat_descriptor *, cl_t);
|
H A D | fat.c | 548 fat_is_valid_cl(struct fat_descriptor *fat, cl_t cl) in fat_is_valid_cl() function
|
Completed in 4 milliseconds