taglinefilesource code
EXT2_BLOCKS_PER_GROUP198fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP199fs/ext2/balloc.cbit = (block - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP200fs/ext2/balloc.cif (bit + count > EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP289fs/ext2/balloc.ci = (goal - es->s_first_data_block) / EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP292fs/ext2/balloc.cj = ((goal - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP336fs/ext2/balloc.cr = memscan(p, 0, (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3);
EXT2_BLOCKS_PER_GROUP338fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP343fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP345fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP371fs/ext2/balloc.cr = memscan(bh->b_data, 0, EXT2_BLOCKS_PER_GROUP(sb) >> 3);
EXT2_BLOCKS_PER_GROUP373fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP377fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP378fs/ext2/balloc.cif (j >= EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP397fs/ext2/balloc.ctmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block;
EXT2_BLOCKS_PER_GROUP423fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
EXT2_BLOCKS_PER_GROUP510fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb), map);
EXT2_BLOCKS_PER_GROUP221fs/ext2/inode.cEXT2_BLOCKS_PER_GROUP(inode->i_sb)) +
EXT2_BLOCKS_PER_GROUP334fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP358fs/ext2/super.cgdp->bg_block_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP367fs/ext2/super.cgdp->bg_inode_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP377fs/ext2/super.cblock + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP385fs/ext2/super.cblock += EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP583fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb) - 1) /
EXT2_BLOCKS_PER_GROUP584fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb);