Lines Matching refs:s_partition_flags
735 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_free_blocks()
738 } else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) { in udf_free_blocks()
741 } else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) { in udf_free_blocks()
744 } else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) { in udf_free_blocks()
763 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_prealloc_blocks()
768 else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) in udf_prealloc_blocks()
773 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_prealloc_blocks()
778 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) in udf_prealloc_blocks()
798 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_new_block()
802 else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) in udf_new_block()
806 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_new_block()
810 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) in udf_new_block()