Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c277 group_last_block = group_first_block + EXT2_BLOCKS_PER_GROUP(sb) - 1;
512 EXT2_BLOCKS_PER_GROUP(sb);
514 EXT2_BLOCKS_PER_GROUP(sb);
519 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) {
520 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb);
618 * less than EXT2_BLOCKS_PER_GROUP. Aligning up to the
687 if (end > EXT2_BLOCKS_PER_GROUP(sb))
689 end = EXT2_BLOCKS_PER_GROUP(sb);
699 end = EXT2_BLOCKS_PER_GROUP(sb);
702 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(s
[all...]
H A Dext2.h175 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) +
H A Dialloc.c309 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4;
311 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST);
H A Dsuper.c609 EXT2_BLOCKS_PER_GROUP(sb),
631 (EXT2_BLOCKS_PER_GROUP(sb) - 1);
984 if (EXT2_BLOCKS_PER_GROUP(sb) == 0)
988 / EXT2_BLOCKS_PER_GROUP(sb)) + 1;
H A Dinode.c313 (EXT2_BLOCKS_PER_GROUP(inode->i_sb) / 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Drw_bitmaps.c114 nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
125 % EXT2_BLOCKS_PER_GROUP(fs->super));
155 int block_nbytes = (int) EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
H A Dimager.c292 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
356 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
H A Dinitialize.c207 EXT2_BLOCKS_PER_GROUP(super) - 1)
208 / EXT2_BLOCKS_PER_GROUP(super);
H A Dbitmaps.c153 real_end = (EXT2_BLOCKS_PER_GROUP(fs->super)
H A Dext2_fs.h153 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
H A Dopenfs.c255 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h149 # define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
154 # define EXT2_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h144 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c8011 (EXT2_BLOCKS_PER_GROUP(fs->super) * fs->group_desc_count) - 1;

Completed in 155 milliseconds