Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dsuper.c3461 int has_super = 0; in descriptor_loc() local
3469 has_super = 1; in descriptor_loc()
3479 has_super++; in descriptor_loc()
3481 return (has_super + ext4_group_first_block_no(sb, bg)); in descriptor_loc()
4070 int has_super = ext4_bg_has_super(sb, grp); in count_overhead() local
4073 return (has_super + ext4_bg_num_gdb(sb, grp) + in count_overhead()
4074 (has_super ? le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks) : 0) + in count_overhead()