Searched refs:first_meta_bg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dballoc.c730 unsigned long first_meta_bg = local
735 metagroup < first_meta_bg)
H A Dsuper.c2233 ext4_group_t bg, first_meta_bg; local
2236 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
2239 nr < first_meta_bg)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dsuper.c717 unsigned long bg, first_meta_bg; local
720 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
723 nr < first_meta_bg)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c1870 unsigned long first_meta_bg = local
1875 metagroup < first_meta_bg)
H A Dsuper.c1569 unsigned long bg, first_meta_bg; local
1572 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
1575 nr < first_meta_bg)

Completed in 90 milliseconds