s_partition_flags 658 fs/udf/balloc.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { s_partition_flags 661 fs/udf/balloc.c } else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) { s_partition_flags 680 fs/udf/balloc.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) s_partition_flags 685 fs/udf/balloc.c else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) s_partition_flags 705 fs/udf/balloc.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) s_partition_flags 709 fs/udf/balloc.c else if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) s_partition_flags 282 fs/udf/super.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) s_partition_flags 284 fs/udf/super.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) s_partition_flags 1090 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_READ_ONLY; s_partition_flags 1092 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_WRITE_ONCE; s_partition_flags 1094 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_REWRITABLE; s_partition_flags 1096 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_OVERWRITABLE; s_partition_flags 1130 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_UNALLOC_TABLE; s_partition_flags 1142 fs/udf/super.c map->s_partition_flags |= UDF_PART_FLAG_UNALLOC_BITMAP; s_partition_flags 2252 fs/udf/super.c if (sbi->s_partmaps[sbi->s_partition].s_partition_flags & s_partition_flags 2526 fs/udf/super.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_BITMAP) { s_partition_flags 2533 fs/udf/super.c if (map->s_partition_flags & UDF_PART_FLAG_UNALLOC_TABLE) { s_partition_flags 105 fs/udf/udf_sb.h __u16 s_partition_flags;