Searched refs:EXT2_BLOCK_SIZE (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinitialize.c176 fs->blocksize = EXT2_BLOCK_SIZE(super);
261 EXT2_BLOCK_SIZE(super) - 1) /
262 EXT2_BLOCK_SIZE(super));
264 EXT2_BLOCK_SIZE(super)) /
274 EXT2_BLOCK_SIZE(super) - 1) /
275 EXT2_BLOCK_SIZE(super));
H A Dext2_fs.h59 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
65 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))
74 # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s))
155 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
159 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
H A Dopenfs.c220 fs->blocksize = EXT2_BLOCK_SIZE(fs->super);
228 EXT2_BLOCK_SIZE(fs->super) - 1) /
229 EXT2_BLOCK_SIZE(fs->super));
H A Dinode.c517 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1);
636 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h53 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
59 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(uint32_t))
68 #define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s))
146 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
150 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dls.c149 EXT2_BLOCK_SIZE(sb) - 1) /
150 EXT2_BLOCK_SIZE(sb));
196 sb->s_first_data_block, EXT2_BLOCK_SIZE(sb), EXT2_FRAG_SIZE(sb));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h93 # define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
95 # define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
97 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
127 # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s))
155 # define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c126 megs = super->s_blocks_count * (EXT2_BLOCK_SIZE(super) / 1024) / 1024;
744 blocksize = EXT2_BLOCK_SIZE(sb_param);
1055 EXT2_BLOCK_SIZE(&param),
1087 if (sys_page_size > EXT2_BLOCK_SIZE(&param))
1089 EXT2_BLOCK_SIZE(&param))-1);
1119 blocksize = EXT2_BLOCK_SIZE(&param);
1147 inode_size > EXT2_BLOCK_SIZE(&param) ||
H A De2fsck.c11277 EXT2_BLOCK_SIZE(ctx->fs->super),
11683 bpg_max = 8 * EXT2_BLOCK_SIZE(sb);
11753 pctx.blk = EXT2_BLOCK_SIZE(sb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c1230 offset &= (EXT2_BLOCK_SIZE(sb) - 1);
H A Dsuper.c1437 if (offset || tocopy != EXT2_BLOCK_SIZE(sb))

Completed in 151 milliseconds