Home
last modified time | relevance | path

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

/fs/udf/
Dballoc.c47 bitmap->s_block_bitmap[bitmap_nr] = bh; in read_block_bitmap()
88 if (bitmap->s_block_bitmap[block_group]) in __load_block_bitmap()
109 if (!bitmap->s_block_bitmap[slot]) in load_block_bitmap()
174 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_free_blocks()
221 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_prealloc_blocks()
270 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
309 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
Dudf_sb.h86 struct buffer_head *s_block_bitmap[]; member
Dsuper.c269 brelse(bitmap->s_block_bitmap[i]); in udf_sb_free_bitmap()
1015 bitmap = kvzalloc(struct_size(bitmap, s_block_bitmap, nr_groups), in udf_sb_alloc_bitmap()