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_GROUP323fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP342fs/ext2/balloc.cr = memscan(p, 0, (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3);
EXT2_BLOCKS_PER_GROUP344fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP349fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP351fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP377fs/ext2/balloc.cr = memscan(bh->b_data, 0, EXT2_BLOCKS_PER_GROUP(sb) >> 3);
EXT2_BLOCKS_PER_GROUP379fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP383fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP384fs/ext2/balloc.cif (j >= EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP403fs/ext2/balloc.ctmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block;
EXT2_BLOCKS_PER_GROUP429fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
EXT2_BLOCKS_PER_GROUP516fs/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);