Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ext3/
Dballoc.c912 int ext3_bg_has_super(struct super_block *sb, int group) in ext3_bg_has_super() function
964 if (ext3_bg_has_super(sb, i) && !ext3_test_bit(0, bh->b_data)) in ext3_check_blocks_bitmap()
Dsuper.c812 if (ext3_bg_has_super(sb, bg)) in descriptor_loc()
1764 overhead += ext3_bg_has_super(sb, i) + in ext3_statfs()
/linux-2.4.37.9/include/linux/
Dext3_fs.h621 extern int ext3_bg_has_super(struct super_block *sb, int group);