Searched refs:bpg (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinitialize.c70 unsigned long bpg = sb->s_blocks_per_group; local
81 rsv_groups = (max_blocks - sb->s_first_data_block + bpg - 1) / bpg;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c719 unsigned long resize, bpg, rsv_groups; local
745 bpg = sb_param->s_blocks_per_group;
746 if (!bpg)
747 bpg = blocksize * 8;
750 bpg - 1) / bpg;
753 rsv_groups = (resize + bpg - 1) / bpg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A DMakefile.am20 BORLAND_FILES=cfgtest.bpf cfgtest.bpr config.h confuse.bpg libConfuse.bpf libConfuse.bpr
H A DMakefile.in277 BORLAND_FILES = cfgtest.bpf cfgtest.bpr config.h confuse.bpg libConfuse.bpf libConfuse.bpr
H A DMakefile277 BORLAND_FILES = cfgtest.bpf cfgtest.bpr config.h confuse.bpg libConfuse.bpf libConfuse.bpr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dresize.c677 const int bpg = EXT3_BLOCKS_PER_GROUP(sb); local
702 bh = sb_getblk(sb, group * bpg + blk_off);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dresize.c642 const int bpg = EXT4_BLOCKS_PER_GROUP(sb); local
668 bh = sb_getblk(sb, group * bpg + blk_off);

Completed in 66 milliseconds