Home
last modified time | relevance | path

Searched refs:ISO_DEFAULT_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/stand/lib/
H A Dcd9660.c291 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open()
294 if (read != 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()
330 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open()
339 off = boff * ISO_DEFAULT_BLOCK_SIZE; in cd9660_open()
390 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open()
393 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open()
441 blkoff = fp->f_off % ISO_DEFAULT_BLOCK_SIZE; in buf_read_file()
452 if (read != ISO_DEFAULT_BLOCK_SIZE) in buf_read_file()
[all …]
/dragonfly/lib/libfsid/
H A Dcd9660.c39 static char buffer[ISO_DEFAULT_BLOCK_SIZE];
/dragonfly/sys/vfs/isofs/cd9660/
H A Diso.h96 #define ISO_DEFAULT_BLOCK_SIZE 2048 macro
H A Dcd9660_vfsops.c323 iso_bsize = ISO_DEFAULT_BLOCK_SIZE; in iso_mountfs()