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_BITS77fs/ext/dir.cbh = ext_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS100fs/ext/file.cblock = offset >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS102fs/ext/file.csize = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS103fs/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_BITS494fs/ext/namei.cbh = ext_bread(inode, offset >> BLOCK_SIZE_BITS,1);
BLOCK_SIZE_BITS79fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS88fs/isofs/dir.cinode_number = (block << BLOCK_SIZE_BITS)+(offset & (BLOCK_SIZE - 1));
BLOCK_SIZE_BITS97fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS116fs/isofs/dir.cblock = isofs_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS139fs/isofs/dir.cif((inode->i_sb->u.isofs_sb.s_firstdatazone << BLOCK_SIZE_BITS) != inode->i_ino)
BLOCK_SIZE_BITS70fs/minix/dir.cbh = minix_bread(inode,(filp->f_pos)>>BLOCK_SIZE_BITS,0);
BLOCK_SIZE_BITS94fs/minix/file.cblock = offset >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS96fs/minix/file.csize = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS97fs/minix/file.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS62kernel/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_BITS111kernel/blk_drv/ramdisk.cif (nblocks > (rd_length >> BLOCK_SIZE_BITS)) {
BLOCK_SIZE_BITS113kernel/blk_drv/ramdisk.cnblocks, rd_length >> BLOCK_SIZE_BITS);
BLOCK_SIZE_BITS117kernel/blk_drv/ramdisk.cnblocks << BLOCK_SIZE_BITS);