Lines Matching defs:p_index
1077 struct partitionDesc *p, int p_index)
1084 map = &sbi->s_partmaps[p_index];
1099 p_index, map->s_partition_type,
1119 .partitionReferenceNum = p_index,
1126 p_index);
1132 p_index, map->s_uspace.s_table->i_ino);
1136 struct udf_bitmap *bitmap = udf_sb_alloc_bitmap(sb, p_index);
1144 p_index, bitmap->s_extPosition);
1150 static void udf_find_vat_block(struct super_block *sb, int p_index,
1154 struct udf_part_map *map = &sbi->s_partmaps[p_index];
1176 static int udf_load_vat(struct super_block *sb, int p_index, int type1_index)
1179 struct udf_part_map *map = &sbi->s_partmaps[p_index];
1185 udf_find_vat_block(sb, p_index, type1_index, sbi->s_last_block);
1191 udf_find_vat_block(sb, p_index, type1_index, blocks - 1);