Home
last modified time | relevance | path

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

/fs/udf/
Dballoc.c849 map->s_fspace.s_bitmap, in udf_free_blocks()
853 map->s_fspace.s_table, in udf_free_blocks()
879 map->s_fspace.s_bitmap, in udf_prealloc_blocks()
884 map->s_fspace.s_table, in udf_prealloc_blocks()
907 map->s_fspace.s_bitmap, in udf_new_block()
911 map->s_fspace.s_table, in udf_new_block()
Dsuper.c1163 map->s_fspace.s_table = udf_iget(sb, loc); in udf_fill_partdesc_info()
1164 if (!map->s_fspace.s_table) { in udf_fill_partdesc_info()
1172 p_index, map->s_fspace.s_table->i_ino); in udf_fill_partdesc_info()
1179 map->s_fspace.s_bitmap = bitmap; in udf_fill_partdesc_info()
1825 iput(map->s_fspace.s_table); in udf_free_partition()
1829 udf_sb_free_bitmap(map->s_fspace.s_bitmap); in udf_free_partition()
2222 map->s_fspace.s_bitmap); in udf_count_free()
2233 map->s_fspace.s_table); in udf_count_free()
Dudf_sb.h90 } s_fspace; member