Searched refs:s_uspace (Results 1 – 3 of 3) sorted by relevance
/fs/udf/ |
D | balloc.c | 740 udf_bitmap_free_blocks(sb, map->s_uspace.s_bitmap, in udf_free_blocks() 743 udf_table_free_blocks(sb, map->s_uspace.s_table, in udf_free_blocks() 769 map->s_uspace.s_bitmap, in udf_prealloc_blocks() 774 map->s_uspace.s_table, in udf_prealloc_blocks() 804 map->s_uspace.s_bitmap, in udf_new_block() 808 map->s_uspace.s_table, in udf_new_block()
|
D | super.c | 999 map->s_uspace.s_table = udf_iget(sb, &loc); in udf_fill_partdesc_info() 1000 if (!map->s_uspace.s_table) { in udf_fill_partdesc_info() 1007 p_index, map->s_uspace.s_table->i_ino); in udf_fill_partdesc_info() 1014 map->s_uspace.s_bitmap = bitmap; in udf_fill_partdesc_info() 1890 iput(map->s_uspace.s_table); in udf_free_partition() 1894 udf_sb_free_bitmap(map->s_uspace.s_bitmap); in udf_free_partition() 2304 map->s_uspace.s_bitmap); in udf_count_free() 2315 map->s_uspace.s_table); in udf_count_free()
|
D | udf_sb.h | 93 } s_uspace; member
|