| tag | line | file | source code |
|---|---|---|---|
| EXT2_BLOCKS_PER_GROUP | 197 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb); |
| EXT2_BLOCKS_PER_GROUP | 198 | fs/ext2/balloc.c | bit = (block - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb); |
| EXT2_BLOCKS_PER_GROUP | 199 | fs/ext2/balloc.c | if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) |
| EXT2_BLOCKS_PER_GROUP | 289 | fs/ext2/balloc.c | i = (goal - es->s_first_data_block) / EXT2_BLOCKS_PER_GROUP(sb); |
| EXT2_BLOCKS_PER_GROUP | 292 | fs/ext2/balloc.c | j = ((goal - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb)); |
| EXT2_BLOCKS_PER_GROUP | 316 | fs/ext2/balloc.c | if (j < EXT2_BLOCKS_PER_GROUP(sb) - 32) |
| EXT2_BLOCKS_PER_GROUP | 323 | fs/ext2/balloc.c | if ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) { |
| EXT2_BLOCKS_PER_GROUP | 342 | fs/ext2/balloc.c | r = memscan(p, 0, (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3); |
| EXT2_BLOCKS_PER_GROUP | 344 | fs/ext2/balloc.c | if (k < EXT2_BLOCKS_PER_GROUP(sb)) { |
| EXT2_BLOCKS_PER_GROUP | 349 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb), |
| EXT2_BLOCKS_PER_GROUP | 351 | fs/ext2/balloc.c | if (k < EXT2_BLOCKS_PER_GROUP(sb)) { |
| EXT2_BLOCKS_PER_GROUP | 377 | fs/ext2/balloc.c | r = memscan(bh->b_data, 0, EXT2_BLOCKS_PER_GROUP(sb) >> 3); |
| EXT2_BLOCKS_PER_GROUP | 379 | fs/ext2/balloc.c | if (j < EXT2_BLOCKS_PER_GROUP(sb)) |
| EXT2_BLOCKS_PER_GROUP | 383 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb)); |
| EXT2_BLOCKS_PER_GROUP | 384 | fs/ext2/balloc.c | if (j >= EXT2_BLOCKS_PER_GROUP(sb)) { |
| EXT2_BLOCKS_PER_GROUP | 403 | fs/ext2/balloc.c | tmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block; |
| EXT2_BLOCKS_PER_GROUP | 429 | fs/ext2/balloc.c | k < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) { |
| EXT2_BLOCKS_PER_GROUP | 516 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb), map); |
| EXT2_BLOCKS_PER_GROUP | 220 | fs/ext2/inode.c | EXT2_BLOCKS_PER_GROUP(inode->i_sb)) + |
| EXT2_BLOCKS_PER_GROUP | 334 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(sb), |
| EXT2_BLOCKS_PER_GROUP | 358 | fs/ext2/super.c | gdp->bg_block_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb)) |
| EXT2_BLOCKS_PER_GROUP | 367 | fs/ext2/super.c | gdp->bg_inode_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb)) |
| EXT2_BLOCKS_PER_GROUP | 377 | fs/ext2/super.c | block + EXT2_BLOCKS_PER_GROUP(sb)) |
| EXT2_BLOCKS_PER_GROUP | 385 | fs/ext2/super.c | block += EXT2_BLOCKS_PER_GROUP(sb); |
| EXT2_BLOCKS_PER_GROUP | 558 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(sb) - 1) / |
| EXT2_BLOCKS_PER_GROUP | 559 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(sb); |