Home
last modified time | relevance | path

Searched refs:volume_space_size (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/isofs/cd9660/
H A Diso.h69 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
111 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
148 char volume_space_size [ISODCL ( 89, 96)]; /* 733 */ member
238 int volume_space_size; member
H A Dcd9660_vfsops.c414 isomp->volume_space_size = in iso_mountfs()
416 pri_sierra->volume_space_size: in iso_mountfs()
417 pri->volume_space_size); in iso_mountfs()
427 isomp->volume_space_size += argp->ssector; in iso_mountfs()
627 sbp->f_blocks = isomp->volume_space_size; in cd9660_statfs()
769 if (lbn >= imp->volume_space_size) { in cd9660_vget_internal()
H A Dcd9660_rrip.c527 if (ana->iso_ce_blk >= ana->imp->volume_space_size in cd9660_rrip_loop()
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c420 ((struct iso_primary_descriptor*)buf)->volume_space_size, in debug_dump_to_xml_volume_descriptor()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c742 int volume_space_size; member
1988 iso9660->volume_space_size = blocks; in iso9660_close()
1990 iso9660->volume_space_size += PADDING_BLOCK; in iso9660_close()
3888 set_num_733(bp+81, iso9660->volume_space_size); in write_VD()
/dragonfly/usr.sbin/makefs/
H A Dcd9660.c662 (unsigned char *)diskStructure->primaryDescriptor.volume_space_size); in cd9660_finalize_PVD()