Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
Dudf_sb.h34 #define UDF_PART_FLAG_UNALLOC_BITMAP 0x0001 macro
Dballoc.c681 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_free_blocks()
703 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_prealloc_blocks()
728 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_new_block()
Dsuper.c281 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_free_partition()
1138 map->s_partition_flags |= UDF_PART_FLAG_UNALLOC_BITMAP; in udf_fill_partdesc_info()
2532 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_count_free()