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_GROUP290fs/ext2/balloc.ci = (goal - es->s_first_data_block) / EXT2_BLOCKS_PER_GROUP(sb);
EXT2_BLOCKS_PER_GROUP293fs/ext2/balloc.cj = ((goal - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP317fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb) - 32)
EXT2_BLOCKS_PER_GROUP324fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP343fs/ext2/balloc.cr = memscan(p, 0, (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3);
EXT2_BLOCKS_PER_GROUP345fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP350fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb),
EXT2_BLOCKS_PER_GROUP352fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP378fs/ext2/balloc.cr = memscan(bh->b_data, 0, EXT2_BLOCKS_PER_GROUP(sb) >> 3);
EXT2_BLOCKS_PER_GROUP380fs/ext2/balloc.cif (j < EXT2_BLOCKS_PER_GROUP(sb))
EXT2_BLOCKS_PER_GROUP384fs/ext2/balloc.cEXT2_BLOCKS_PER_GROUP(sb));
EXT2_BLOCKS_PER_GROUP385fs/ext2/balloc.cif (j >= EXT2_BLOCKS_PER_GROUP(sb)) {
EXT2_BLOCKS_PER_GROUP404fs/ext2/balloc.ctmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block;
EXT2_BLOCKS_PER_GROUP430fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
EXT2_BLOCKS_PER_GROUP517fs/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);