Lines Matching defs:p_index
1073 struct partitionDesc *p, int p_index)
1080 map = &sbi->s_partmaps[p_index];
1095 p_index, map->s_partition_type,
1115 .partitionReferenceNum = p_index,
1122 p_index);
1128 p_index, map->s_uspace.s_table->i_ino);
1132 struct udf_bitmap *bitmap = udf_sb_alloc_bitmap(sb, p_index);
1140 p_index, bitmap->s_extPosition);
1146 static void udf_find_vat_block(struct super_block *sb, int p_index,
1150 struct udf_part_map *map = &sbi->s_partmaps[p_index];
1172 static int udf_load_vat(struct super_block *sb, int p_index, int type1_index)
1175 struct udf_part_map *map = &sbi->s_partmaps[p_index];
1183 udf_find_vat_block(sb, p_index, type1_index, sbi->s_last_block);
1189 udf_find_vat_block(sb, p_index, type1_index, blocks - 1);