HomeSort by: relevance | last modified time | path
    Searched defs:bmsize (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/adosfs/
advfsops.c 607 int bmsize; local in function:adosfs_loadbitmap
619 bmsize = (amp->numblks + 31) / 32;
620 while (mapix < bmsize) {
641 while (n < amp->nwords && mapix < bmsize) {
644 if (mapix == bmsize && amp->numblks & 31)
653 if (mapix < bmsize && blkix == endix) {
advfsops.c 607 int bmsize; local in function:adosfs_loadbitmap
619 bmsize = (amp->numblks + 31) / 32;
620 while (mapix < bmsize) {
641 while (n < amp->nwords && mapix < bmsize) {
644 if (mapix == bmsize && amp->numblks & 31)
653 if (mapix < bmsize && blkix == endix) {
  /src/sys/fs/ntfs/
ntfs_vfsops.c 598 size_t bmsize, i; local in function:ntfs_calccfree
601 bmsize = VTOF(vp)->f_size;
602 tmp = (u_int8_t *) malloc(bmsize, M_TEMP, M_WAITOK);
605 0, bmsize, tmp, NULL);
609 for (i = 0; i < bmsize; i++)
ntfs_vfsops.c 598 size_t bmsize, i; local in function:ntfs_calccfree
601 bmsize = VTOF(vp)->f_size;
602 tmp = (u_int8_t *) malloc(bmsize, M_TEMP, M_WAITOK);
605 0, bmsize, tmp, NULL);
609 for (i = 0; i < bmsize; i++)

Completed in 26 milliseconds