Lines Matching refs:pri
575 struct iso_primary_descriptor *pri = NULL; in isofs_fill_super() local
635 if (pri == NULL) { in isofs_fill_super()
636 pri = (struct iso_primary_descriptor *)vdp; in isofs_fill_super()
686 if (!pri) in isofs_fill_super()
694 if (joliet_level && (pri == NULL || !opt.rock)) { in isofs_fill_super()
698 pri = (struct iso_primary_descriptor *) sec; in isofs_fill_super()
707 if (!pri) in isofs_fill_super()
709 rootp = (struct iso_directory_record *) pri->root_directory_record; in isofs_fill_super()
710 sbi->s_nzones = isonum_733(pri->volume_space_size); in isofs_fill_super()
711 sbi->s_log_zone_size = isonum_723(pri->logical_block_size); in isofs_fill_super()
712 sbi->s_max_size = isonum_733(pri->volume_space_size); in isofs_fill_super()
769 pri = (struct iso_primary_descriptor *) sec; in isofs_fill_super()
771 pri->root_directory_record; in isofs_fill_super()