Searched refs:UDF_SB_PARTMAPS (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudf_sb.h46 kfree(UDF_SB_PARTMAPS(X));\
47 UDF_SB_PARTMAPS(X) = NULL;\
53 UDF_SB_PARTMAPS(X) = kmalloc(sizeof(struct udf_part_map) * Y, GFP_KERNEL);\
54 if (UDF_SB_PARTMAPS(X) != NULL)\
57 memset(UDF_SB_PARTMAPS(X), 0x00, sizeof(struct udf_part_map) * Y);\
72 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(size, GFP_KERNEL);\
74 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = vmalloc(size);\
75 if (UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap != NULL)\
77 memset(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap, 0x00, size);\
78 UDF_SB_PARTMAPS(
110 #define UDF_SB_PARTMAPS macro
[all...]
H A Dsuper.c938 UDF_SB_PARTMAPS(sb)[i].s_partition_num, le16_to_cpu(p->partitionNumber));
939 if (UDF_SB_PARTMAPS(sb)[i].s_partition_num == le16_to_cpu(p->partitionNumber))
962 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table =
966 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table->i_ino);
971 if (UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap != NULL)
973 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extLength =
975 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition =
979 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition);
988 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table =
992 i, UDF_SB_PARTMAPS(s
[all...]
H A Dballoc.c857 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
863 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table,
869 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
875 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table,
889 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
895 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table,
901 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
907 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table,
923 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
930 UDF_SB_PARTMAPS(s
[all...]

Completed in 160 milliseconds