taglinefilesource code
BLOCK_SIZE_BITS18fs/block_dev.cint block = filp->f_pos >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS79fs/block_dev.csize = blk_size[MAJOR(dev)][MINOR(dev)] << BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS92fs/block_dev.cblock = offset >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS94fs/block_dev.csize >>= BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS95fs/block_dev.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS78fs/ext/dir.cbh = ext_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS101fs/ext/file.cblock = offset >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS103fs/ext/file.csize = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS104fs/ext/file.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS118fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS229fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS257fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,1);
BLOCK_SIZE_BITS488fs/ext/namei.cbh = ext_bread(inode, offset >> BLOCK_SIZE_BITS,1);
BLOCK_SIZE_BITS80fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS89fs/isofs/dir.cinode_number = (block << BLOCK_SIZE_BITS)+(offset & (BLOCK_SIZE - 1));
BLOCK_SIZE_BITS98fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS117fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS140fs/isofs/dir.cif((inode->i_sb->u.isofs_sb.s_firstdatazone << BLOCK_SIZE_BITS) != inode->i_ino)
BLOCK_SIZE_BITS73fs/minix/dir.cbh = minix_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS95fs/minix/file.cblock = offset >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS97fs/minix/file.csize = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS98fs/minix/file.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS13fs/xiafs/xiafs_mac.h#define XIAFS_ZSIZE_BITS(sp)  (BLOCK_SIZE_BITS + XIAFS_ZSHIFT(sp))
BLOCK_SIZE_BITS15fs/xiafs/xiafs_mac.h#define XIAFS_ADDRS_PER_Z_BITS(sp)   (BLOCK_SIZE_BITS - 2 + XIAFS_ZSHIFT(sp))
BLOCK_SIZE_BITS17fs/xiafs/xiafs_mac.h#define XIAFS_BITS_PER_Z_BITS(sp)  (BLOCK_SIZE_BITS + 3 + XIAFS_ZSHIFT(sp))
BLOCK_SIZE_BITS63kernel/blk_drv/blk.h#define SECTOR_MASK ((1 << (BLOCK_SIZE_BITS - 9)) -1)
BLOCK_SIZE_BITS171kernel/blk_drv/genhd.cdev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9);
BLOCK_SIZE_BITS192kernel/blk_drv/genhd.cdev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9);
BLOCK_SIZE_BITS114kernel/blk_drv/ramdisk.cif (nblocks > (rd_length >> BLOCK_SIZE_BITS)) {
BLOCK_SIZE_BITS116kernel/blk_drv/ramdisk.cnblocks, rd_length >> BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS120kernel/blk_drv/ramdisk.cnblocks << BLOCK_SIZE_BITS);