Searched refs:UDF_SB_PARTMAPS (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/udf/ |
D | udf_sb.h | 37 if (UDF_SB_PARTMAPS(X))\ 38 kfree(UDF_SB_PARTMAPS(X));\ 39 UDF_SB_PARTMAPS(X) = NULL;\ 46 UDF_SB_PARTMAPS(X) = kmalloc(sizeof(struct udf_part_map) * Y, GFP_KERNEL);\ 47 if (UDF_SB_PARTMAPS(X) != NULL)\ 50 memset(UDF_SB_PARTMAPS(X), 0x00, sizeof(struct udf_part_map) * Y);\ 63 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(sizeof(struct udf_bitmap) +\ 66 if (UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap != NULL)\ 68 memset(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap, 0x00,\ 70 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_block_bitmap =\ [all …]
|
D | super.c | 800 UDF_SB_PARTMAPS(sb)[i].s_partition_num, le16_to_cpu(p->partitionNumber)); in udf_load_partdesc() 801 if (UDF_SB_PARTMAPS(sb)[i].s_partition_num == le16_to_cpu(p->partitionNumber)) in udf_load_partdesc() 824 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table = in udf_load_partdesc() 828 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table->i_ino); in udf_load_partdesc() 833 if (UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap != NULL) in udf_load_partdesc() 835 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extLength = in udf_load_partdesc() 837 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition = in udf_load_partdesc() 841 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition); in udf_load_partdesc() 850 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table = in udf_load_partdesc() 854 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table->i_ino); in udf_load_partdesc() [all …]
|
D | balloc.c | 858 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap, in udf_free_blocks() 864 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_free_blocks() 870 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap, in udf_free_blocks() 876 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table, in udf_free_blocks() 890 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap, in udf_prealloc_blocks() 896 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_prealloc_blocks() 902 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap, in udf_prealloc_blocks() 908 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table, in udf_prealloc_blocks() 922 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap, in udf_new_block() 928 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_new_block() [all …]
|