| tag | line | file | source code |
| BLOCK_SIZE_BITS | 293 | drivers/block/genhd.c | >> (BLOCK_SIZE_BITS - 9); |
| BLOCK_SIZE_BITS | 527 | drivers/block/genhd.c | dev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9); |
| BLOCK_SIZE_BITS | 550 | drivers/block/genhd.c | dev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9); |
| BLOCK_SIZE_BITS | 347 | drivers/block/rd.c | if (nblocks > (rd_length[0] >> BLOCK_SIZE_BITS)) { |
| BLOCK_SIZE_BITS | 349 | drivers/block/rd.c | nblocks, rd_length[0] >> BLOCK_SIZE_BITS); |
| BLOCK_SIZE_BITS | 60 | fs/block_dev.c | size = ((loff_t) blk_size[MAJOR(dev)][MINOR(dev)] << BLOCK_SIZE_BITS) >> blocksize_bits; |
| BLOCK_SIZE_BITS | 192 | fs/block_dev.c | size = (loff_t) blk_size[MAJOR(dev)][MINOR(dev)] << BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 82 | fs/ext/dir.c | bh = ext_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0); |
| BLOCK_SIZE_BITS | 103 | fs/ext/file.c | block = offset >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 105 | fs/ext/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 106 | fs/ext/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 110 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0); |
| BLOCK_SIZE_BITS | 223 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0); |
| BLOCK_SIZE_BITS | 253 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,1); |
| BLOCK_SIZE_BITS | 495 | fs/ext/namei.c | bh = ext_bread(inode, offset >> BLOCK_SIZE_BITS,1); |
| BLOCK_SIZE_BITS | 75 | fs/minix/dir.c | bh = minix_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0); |
| BLOCK_SIZE_BITS | 97 | fs/minix/file.c | block = offset >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 99 | fs/minix/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 100 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
| BLOCK_SIZE_BITS | 13 | fs/xiafs/xiafs_mac.h | #define XIAFS_ZSIZE_BITS(sp) (BLOCK_SIZE_BITS + XIAFS_ZSHIFT(sp)) |
| BLOCK_SIZE_BITS | 15 | fs/xiafs/xiafs_mac.h | #define XIAFS_ADDRS_PER_Z_BITS(sp) (BLOCK_SIZE_BITS - 2 + XIAFS_ZSHIFT(sp)) |
| BLOCK_SIZE_BITS | 17 | fs/xiafs/xiafs_mac.h | #define XIAFS_BITS_PER_Z_BITS(sp) (BLOCK_SIZE_BITS + 3 + XIAFS_ZSHIFT(sp)) |