Searched refs:ISO_DEFAULT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
119 #define cdb2devb(bno) ((bno) * ISO_DEFAULT_BLOCK_SIZE / DEV_BSIZE)125 static char susp_buffer[ISO_DEFAULT_BLOCK_SIZE]; in susp_lookup_record()147 ISO_DEFAULT_BLOCK_SIZE, susp_buffer, &read); in susp_lookup_record()150 if (error != 0 || read != ISO_DEFAULT_BLOCK_SIZE) in susp_lookup_record()286 buf = malloc(buf_size = ISO_DEFAULT_BLOCK_SIZE); in cd9660_open()291 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open()294 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open()306 if (isonum_723(vd->logical_block_size) != ISO_DEFAULT_BLOCK_SIZE) in cd9660_open()321 if ((off % ISO_DEFAULT_BLOCK_SIZE) == 0) { in cd9660_open()326 ISO_DEFAULT_BLOCK_SIZE, in cd9660_open()[all …]
96 #define ISO_DEFAULT_BLOCK_SIZE 2048 macro
248 if ((ISO_DEFAULT_BLOCK_SIZE % cp->provider->sectorsize) != 0) {261 if ((error = bread(devvp, iso_blknum * btodb(ISO_DEFAULT_BLOCK_SIZE),