Home
last modified time | relevance | path

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

/linux-6.12.1/fs/udf/
Dudf_sb.h89 int s_nr_groups; member
90 struct buffer_head *s_block_bitmap[] __counted_by(s_nr_groups);
Dballoc.c52 count = min(max_bits - off, bitmap->s_nr_groups); in read_block_bitmap()
59 (bitmap->s_nr_groups >> (sb->s_blocksize_bits + 3)) + 2) in read_block_bitmap()
62 count = bitmap->s_nr_groups - bitmap_nr * max_bits + in read_block_bitmap()
82 int nr_groups = bitmap->s_nr_groups; in load_block_bitmap()
242 nr_groups = bitmap->s_nr_groups; in udf_bitmap_new_block()
Dsuper.c336 int nr_groups = bitmap->s_nr_groups; in udf_sb_free_bitmap()
1055 bitmap->s_nr_groups = nr_groups; in udf_sb_alloc_bitmap()