Searched refs:ncl (Results 1 – 1 of 1) sorted by relevance
1323 DWORD ncl /* Number of contiguous clusters to find (1..) */ in find_bitmap() argument1344 if (++ctr == ncl) return scl + 2; /* Check if run length is sufficient for required */ in find_bitmap()1363 DWORD ncl, /* Number of clusters to be changed */ in change_bitmap() argument1383 if (--ncl == 0) return FR_OK; /* All bits processed? */ in change_bitmap()1545 DWORD cs, ncl, scl; in create_chain() local1565 ncl = find_bitmap(fs, scl, 1); /* Find a free cluster */ in create_chain()1566 if (ncl == 0 || ncl == 0xFFFFFFFF) return ncl; /* No free cluster or hard error? */ in create_chain()1567 res = change_bitmap(fs, ncl, 1, 1); /* Mark the cluster 'in use' */ in create_chain()1573 if (obj->stat == 2 && ncl != scl + 1) { /* Is the chain got fragmented? */ in create_chain()1579 if (ncl == clst + 1) { /* Is the cluster next to previous one? */ in create_chain()[all …]