Lines Matching refs:s_partition_flags
649 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_free_blocks()
652 } else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) { in udf_free_blocks()
655 } else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) { in udf_free_blocks()
658 } else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) { in udf_free_blocks()
677 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_prealloc_blocks()
682 else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) in udf_prealloc_blocks()
687 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_prealloc_blocks()
692 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) in udf_prealloc_blocks()
712 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_new_block()
716 else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) in udf_new_block()
720 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_new_block()
724 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_TABLE) in udf_new_block()