Searched refs:s_spar_map (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dpartition.c112 if (UDF_SB_TYPESPAR(sb,partition).s_spar_map[i] != NULL)
114 st = (struct sparingTable *)UDF_SB_TYPESPAR(sb,partition).s_spar_map[i]->b_data;
155 if (UDF_SB_TYPESPAR(sb,i).s_spar_map[j] != NULL)
157 st = (struct sparingTable *)sdata->s_spar_map[j]->b_data;
171 if (sdata->s_spar_map[j])
173 st = (struct sparingTable *)sdata->s_spar_map[j]->b_data;
176 mark_buffer_dirty(sdata->s_spar_map[j]);
198 if (sdata->s_spar_map[j])
200 st = (struct sparingTable *)sdata->s_spar_map[j]->b_data;
206 mark_buffer_dirty(sdata->s_spar_map[
[all...]
H A Dsuper.c938 UDF_SB_TYPESPAR(sb,i).s_spar_map[j] =
940 if (UDF_SB_TYPESPAR(sb,i).s_spar_map[j] != NULL)
942 st = (struct sparingTable *)UDF_SB_TYPESPAR(sb,i).s_spar_map[j]->b_data;
946 udf_release_data(UDF_SB_TYPESPAR(sb,i).s_spar_map[j]);
947 UDF_SB_TYPESPAR(sb,i).s_spar_map[j] = NULL;
1551 udf_release_data(UDF_SB_TYPESPAR(sb, UDF_SB_PARTITION(sb)).s_spar_map[i]);
1641 udf_release_data(UDF_SB_TYPESPAR(sb, UDF_SB_PARTITION(sb)).s_spar_map[i]);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dudf_fs_sb.h33 struct buffer_head *s_spar_map[4]; member in struct:udf_sparing_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dudf_fs_sb.h33 struct buffer_head *s_spar_map[4]; member in struct:udf_sparing_data

Completed in 47 milliseconds