Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
Dballoc.c43 bitmap->s_block_bitmap[bitmap_nr] = bh; in read_block_bitmap()
84 if (bitmap->s_block_bitmap[block_group]) in __load_block_bitmap()
105 if (!bitmap->s_block_bitmap[slot]) in load_block_bitmap()
170 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_free_blocks()
217 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_prealloc_blocks()
266 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
305 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
Dudf_sb.h89 struct buffer_head *s_block_bitmap[]; member
Dsuper.c272 brelse(bitmap->s_block_bitmap[i]); in udf_sb_free_bitmap()
1018 bitmap = kvzalloc(struct_size(bitmap, s_block_bitmap, nr_groups), in udf_sb_alloc_bitmap()