fat_is_cl_head
if (!fat_is_cl_head(fat, boot->bpbRootClust)) {
if (!fat_is_valid_cl(fat, dir->head) || !fat_is_cl_head(fat, dir->head)) {
!fat_is_cl_head(fat, dirent.head)))) {
bool fat_is_cl_head(struct fat_descriptor *, cl_t);
assert(fat_is_cl_head(fat, head));
if (fat_is_cl_head(fat, head)) {
if (fat_is_cl_head(fat, cl)) {
if (fat_is_cl_head(fat, cl)) {
if (fat_is_cl_head(fat, nextcl)) {