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