tag | line | file | source code |
---|---|---|---|
EXT2_BLOCK_SIZE_BITS | 120 | fs/ext2/dir.c | blk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 134 | fs/ext2/dir.c | for (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0; |
EXT2_BLOCK_SIZE_BITS | 127 | fs/ext2/file.c | block = pos2 >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 208 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 287 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 343 | fs/ext2/inode.c | if((nr & ((PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)) - 1)) != 0) |
EXT2_BLOCK_SIZE_BITS | 347 | fs/ext2/inode.c | for(i=0; i< (PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); i++) { |
EXT2_BLOCK_SIZE_BITS | 531 | fs/ext2/inode.c | (offset >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); |
EXT2_BLOCK_SIZE_BITS | 631 | fs/ext2/inode.c | (offset >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); |
EXT2_BLOCK_SIZE_BITS | 96 | fs/ext2/namei.c | if ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size) |
EXT2_BLOCK_SIZE_BITS | 149 | fs/ext2/namei.c | if (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >= |
EXT2_BLOCK_SIZE_BITS | 263 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err); |
EXT2_BLOCK_SIZE_BITS | 581 | fs/ext2/namei.c | bh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err); |
EXT2_BLOCK_SIZE_BITS | 354 | fs/ext2/truncate.c | inode->i_size >> EXT2_BLOCK_SIZE_BITS(inode->i_sb), |