Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dudf_sb.h34 #define UDF_PART_FLAG_UNALLOC_BITMAP 0x0001 macro
H A Dballoc.c658 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_free_blocks()
680 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_prealloc_blocks()
705 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_new_block()
H A Dsuper.c280 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) in udf_free_partition()
1137 map->s_partition_flags |= UDF_PART_FLAG_UNALLOC_BITMAP; in udf_fill_partdesc_info()
2531 if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { in udf_count_free()