Lines Matching refs:size
235 /* Usual indexes can be determined from size */
582 u32 size, BOOL warn)
595 if (buffer && (size < clustersz)) {
597 buffer = (char*)malloc(size);
601 memcpy(buffer, full + pos, size);
606 (NTFS_RECORD*)buffer, size, FALSE) < 0)) {
630 char *buffer, u32 size)
643 if ((size == mftrecsz) && !memcmp(buffer,"FILE",4)) {
662 /* Duplicate on mftmirr if not overflowing its size */
669 if ((size == vol->indx_record_size) && !memcmp(buffer,"INDX",4)) {
690 if (!ntfs_mst_pre_write_fixup((NTFS_RECORD*)buffer, size)) {
695 if (size < clustersz) {
700 memcpy(full + pos, buffer, size);
725 * The attribute value is resized to new size, but the attribute
873 printf("** Error size change in change_resident\n");
927 printf("** Error size change in change_resident\n");
1462 /* Remove the entry, unless targeted size */
1804 /* beware of size change on big-endian cpus */
2887 /* If truncating, set the new size */