Searched refs:preallocatedClusters (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DfsP.h71 int preallocatedClusters; member in struct:Fs_t
H A Dfile.c38 int preallocatedClusters; member in struct:File_t
106 r = fsPreallocateClusters(Fs, neededPrealloc - This->preallocatedClusters);
109 This->preallocatedClusters = neededPrealloc;
476 fsPreallocateClusters(Fs, -This->preallocatedClusters);
605 File->preallocatedClusters = 0;
H A Dinit.c250 This->preallocatedClusters = 0;
423 Fs->preallocatedClusters += size;
H A Dfat.c838 fprintf(stderr,"No free cluster %d %d\n", This->preallocatedClusters,

Completed in 88 milliseconds