HomeSort by: relevance | last modified time | path
    Searched defs:isomp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vfsops.c 128 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
348 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len)
364 isomp->logical_block_size = logical_block_size;
365 isomp->volume_space_size = isonum_733 (pri->volume_space_size);
366 memcpy(isomp->root, rootp, sizeof(isomp->root));
367 isomp->root_extent = isonum_733 (rootp->extent);
368 isomp->root_size = isonum_733 (rootp->size);
369 isomp->im_joliet_level = 0;
371 isomp->im_bmask = logical_block_size - 1
389 struct iso_mnt *isomp = (struct iso_mnt *)0; local in function:iso_mountfs
614 struct iso_mnt *isomp; local in function:cd9660_unmount
656 struct iso_mnt *isomp; local in function:cd9660_statvfs
    [all...]
cd9660_vfsops.c 128 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
348 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len)
364 isomp->logical_block_size = logical_block_size;
365 isomp->volume_space_size = isonum_733 (pri->volume_space_size);
366 memcpy(isomp->root, rootp, sizeof(isomp->root));
367 isomp->root_extent = isonum_733 (rootp->extent);
368 isomp->root_size = isonum_733 (rootp->size);
369 isomp->im_joliet_level = 0;
371 isomp->im_bmask = logical_block_size - 1
389 struct iso_mnt *isomp = (struct iso_mnt *)0; local in function:iso_mountfs
614 struct iso_mnt *isomp; local in function:cd9660_unmount
656 struct iso_mnt *isomp; local in function:cd9660_statvfs
    [all...]

Completed in 22 milliseconds