/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++)
|