Home
last modified time | relevance | path

Searched refs:UDF_PART_FLAG_FREED_BITMAP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/udf/
Dudf_sb.h38 #define UDF_PART_FLAG_FREED_BITMAP 0x0004 macro
Dballoc.c741 } else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) { in udf_free_blocks()
773 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_prealloc_blocks()
806 else if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_new_block()
Dsuper.c305 if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) in udf_free_partition()
1175 map->s_partition_flags |= UDF_PART_FLAG_FREED_BITMAP; in udf_fill_partdesc_info()
2452 if (map->s_partition_flags & UDF_PART_FLAG_FREED_BITMAP) { in udf_count_free()