Home
last modified time | relevance | path

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

/Linux-v5.10/fs/udf/
Dballoc.c49 bitmap->s_block_bitmap[bitmap_nr] = bh; in read_block_bitmap()
65 if (bitmap->s_block_bitmap[block_group]) in __load_block_bitmap()
86 if (!bitmap->s_block_bitmap[slot]) in load_block_bitmap()
151 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_free_blocks()
198 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_prealloc_blocks()
247 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
286 bh = bitmap->s_block_bitmap[bitmap_nr]; in udf_bitmap_new_block()
Dudf_sb.h86 struct buffer_head *s_block_bitmap[]; member
Dsuper.c272 brelse(bitmap->s_block_bitmap[i]); in udf_sb_free_bitmap()
1011 bitmap = kvzalloc(struct_size(bitmap, s_block_bitmap, nr_groups), in udf_sb_alloc_bitmap()