Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ext2/
Dballoc.c692 int ext2_bg_has_super(struct super_block *sb, int group) in ext2_bg_has_super() function
744 if (ext2_bg_has_super(sb, i) && !ext2_test_bit(0, bh->b_data)) in ext2_check_blocks_bitmap()
Dsuper.c415 if (ext2_bg_has_super(sb, bg)) in descriptor_loc()
818 overhead += ext2_bg_has_super(sb, i) + in ext2_statfs()
/linux-2.4.37.9/include/linux/
Dext2_fs.h575 extern int ext2_bg_has_super(struct super_block *sb, int group);