Lines Matching refs:UDF_SB_PARTMAPS

800 			UDF_SB_PARTMAPS(sb)[i].s_partition_num, le16_to_cpu(p->partitionNumber));  in udf_load_partdesc()
801 if (UDF_SB_PARTMAPS(sb)[i].s_partition_num == le16_to_cpu(p->partitionNumber)) in udf_load_partdesc()
824 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table = in udf_load_partdesc()
828 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table->i_ino); in udf_load_partdesc()
833 if (UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap != NULL) in udf_load_partdesc()
835 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extLength = in udf_load_partdesc()
837 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition = in udf_load_partdesc()
841 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition); in udf_load_partdesc()
850 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table = in udf_load_partdesc()
854 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table->i_ino); in udf_load_partdesc()
859 if (UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap != NULL) in udf_load_partdesc()
861 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extLength = in udf_load_partdesc()
863 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition = in udf_load_partdesc()
867 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition); in udf_load_partdesc()
1527 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_read_super()
1529 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_read_super()
1537 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_bitmap); in udf_read_super()
1546 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_bitmap); in udf_read_super()
1617 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_put_super()
1619 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_put_super()
1627 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_bitmap); in udf_put_super()
1636 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_bitmap); in udf_put_super()
1794 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_bitmap); in udf_count_free()
1799 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_bitmap); in udf_count_free()
1807 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_count_free()
1812 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_count_free()