Home
last modified time | relevance | path

Searched refs:s_block_bitmap (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
H A 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()
H A Dudf_sb.h86 struct buffer_head *s_block_bitmap[]; member
H A Dsuper.c269 brelse(bitmap->s_block_bitmap[i]); in udf_sb_free_bitmap()
1014 bitmap = kvzalloc(struct_size(bitmap, s_block_bitmap, nr_groups), in udf_sb_alloc_bitmap()
/kernel/linux/linux-6.6/fs/udf/
H A 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()
H A Dudf_sb.h89 struct buffer_head *s_block_bitmap[]; member
H A 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()

Completed in 9 milliseconds