Lines Matching refs:s_bitmap
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()
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()
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()
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()