tag | line | file | source code |
BLOCK_SIZE_BITS | 18 | fs/block_dev.c | int block = filp->f_pos >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 79 | fs/block_dev.c | size = blk_size[MAJOR(dev)][MINOR(dev)] << BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 92 | fs/block_dev.c | block = offset >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 94 | fs/block_dev.c | size >>= BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 95 | fs/block_dev.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 78 | fs/ext/dir.c | bh = ext_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0); |
BLOCK_SIZE_BITS | 101 | fs/ext/file.c | block = offset >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 103 | fs/ext/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 104 | fs/ext/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 118 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0); |
BLOCK_SIZE_BITS | 229 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0); |
BLOCK_SIZE_BITS | 257 | fs/ext/namei.c | bh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,1); |
BLOCK_SIZE_BITS | 488 | fs/ext/namei.c | bh = ext_bread(inode, offset >> BLOCK_SIZE_BITS,1); |
BLOCK_SIZE_BITS | 80 | fs/isofs/dir.c | block = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 89 | fs/isofs/dir.c | inode_number = (block << BLOCK_SIZE_BITS)+(offset & (BLOCK_SIZE - 1)); |
BLOCK_SIZE_BITS | 98 | fs/isofs/dir.c | block = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 117 | fs/isofs/dir.c | block = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 140 | fs/isofs/dir.c | if((inode->i_sb->u.isofs_sb.s_firstdatazone << BLOCK_SIZE_BITS) != inode->i_ino) |
BLOCK_SIZE_BITS | 73 | fs/minix/dir.c | bh = minix_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0); |
BLOCK_SIZE_BITS | 95 | fs/minix/file.c | block = offset >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 97 | fs/minix/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 98 | 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)) |
BLOCK_SIZE_BITS | 63 | kernel/blk_drv/blk.h | #define SECTOR_MASK ((1 << (BLOCK_SIZE_BITS - 9)) -1) |
BLOCK_SIZE_BITS | 171 | kernel/blk_drv/genhd.c | dev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9); |
BLOCK_SIZE_BITS | 192 | kernel/blk_drv/genhd.c | dev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9); |
BLOCK_SIZE_BITS | 114 | kernel/blk_drv/ramdisk.c | if (nblocks > (rd_length >> BLOCK_SIZE_BITS)) { |
BLOCK_SIZE_BITS | 116 | kernel/blk_drv/ramdisk.c | nblocks, rd_length >> BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 120 | kernel/blk_drv/ramdisk.c | nblocks << BLOCK_SIZE_BITS); |