tag | line | file | source code |
---|---|---|---|
EXT2_BLOCKS_PER_GROUP | 261 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb); |
EXT2_BLOCKS_PER_GROUP | 262 | fs/ext2/balloc.c | bit = (block - es->s_first_data_block) % EXT2_BLOCKS_PER_GROUP(sb); |
EXT2_BLOCKS_PER_GROUP | 333 | fs/ext2/balloc.c | i = ((goal - es->s_first_data_block) / EXT2_BLOCKS_PER_GROUP(sb)); |
EXT2_BLOCKS_PER_GROUP | 344 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb)); |
EXT2_BLOCKS_PER_GROUP | 373 | fs/ext2/balloc.c | if (j < EXT2_BLOCKS_PER_GROUP(sb) - 32) |
EXT2_BLOCKS_PER_GROUP | 383 | fs/ext2/balloc.c | if ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) { |
EXT2_BLOCKS_PER_GROUP | 401 | fs/ext2/balloc.c | (EXT2_BLOCKS_PER_GROUP(sb) - j + 7) >> 3); |
EXT2_BLOCKS_PER_GROUP | 403 | fs/ext2/balloc.c | if (k < EXT2_BLOCKS_PER_GROUP(sb)) { |
EXT2_BLOCKS_PER_GROUP | 408 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb), |
EXT2_BLOCKS_PER_GROUP | 410 | fs/ext2/balloc.c | if (k < EXT2_BLOCKS_PER_GROUP(sb)) { |
EXT2_BLOCKS_PER_GROUP | 456 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb) >> 3); |
EXT2_BLOCKS_PER_GROUP | 458 | fs/ext2/balloc.c | if (j >= EXT2_BLOCKS_PER_GROUP(sb)) |
EXT2_BLOCKS_PER_GROUP | 460 | fs/ext2/balloc.c | EXT2_BLOCKS_PER_GROUP(sb)); |
EXT2_BLOCKS_PER_GROUP | 461 | fs/ext2/balloc.c | if (j >= EXT2_BLOCKS_PER_GROUP(sb)) { |
EXT2_BLOCKS_PER_GROUP | 486 | fs/ext2/balloc.c | j += i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block; |
EXT2_BLOCKS_PER_GROUP | 144 | fs/ext2/inode.c | EXT2_BLOCKS_PER_GROUP(inode->i_sb)) + |
EXT2_BLOCKS_PER_GROUP | 352 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(s) - 1) / |
EXT2_BLOCKS_PER_GROUP | 353 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(s); |
EXT2_BLOCKS_PER_GROUP | 428 | fs/ext2/super.c | EXT2_BLOCKS_PER_GROUP(s), EXT2_INODES_PER_GROUP(s)); |