taglinefilesource code
EXT2_BLOCKS_PER_GROUP197fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP198fs/ext2/balloc.cbit = (block - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP199fs/ext2/balloc.cif (bit + count > EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP286fs/ext2/balloc.ci = (goal - es->s_first_data_block) / EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP289fs/ext2/balloc.cj = ((goal - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP313fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb) - 32)
EXT2_BLOCKS_PER_GROUP320fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP339fs/ext2/balloc.cr = memscan(p, 0, (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3);
EXT2_BLOCKS_PER_GROUP341fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP346fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP348fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP374fs/ext2/balloc.cr = memscan(bh->b_data, 0, EXT2_BLOCKS_PER_GROUP(sb) >> 3);
EXT2_BLOCKS_PER_GROUP376fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP380fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP381fs/ext2/balloc.cif (j >= EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP400fs/ext2/balloc.ctmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block;
EXT2_BLOCKS_PER_GROUP426fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
EXT2_BLOCKS_PER_GROUP513fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb), map);
EXT2_BLOCKS_PER_GROUP219fs/ext2/inode.cEXT2_BLOCKS_PER_GROUP(inode->i_sb)) +
EXT2_BLOCKS_PER_GROUP302fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP326fs/ext2/super.cgdp->bg_block_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP335fs/ext2/super.cgdp->bg_inode_bitmap >= block + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP345fs/ext2/super.cblock + EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP353fs/ext2/super.cblock += EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP516fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb) - 1) /
EXT2_BLOCKS_PER_GROUP517fs/ext2/super.cEXT2_BLOCKS_PER_GROUP(sb);