tag | line | file | source code |
BLOCK_SIZE_BITS | 17 | fs/block_dev.c | int block = filp->f_pos >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 61 | fs/block_dev.c | unsigned int block = filp->f_pos >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 69 | fs/ext/dir.c | block = ext_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 100 | fs/ext/file.c | block = filp->f_pos >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 127 | fs/ext/namei.c | if (!(block = ext_bmap(dir,offset>>BLOCK_SIZE_BITS)) || |
BLOCK_SIZE_BITS | 231 | fs/ext/namei.c | block = ext_create_block(dir,offset>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 261 | fs/ext/namei.c | block = ext_create_block (dir,offset>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 502 | fs/ext/namei.c | block = ext_bmap(inode, offset >> BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 63 | fs/minix/dir.c | block = minix_bmap(inode,(filp->f_pos)>>BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 100 | fs/minix/file.c | block = filp->f_pos >> BLOCK_SIZE_BITS; |
BLOCK_SIZE_BITS | 62 | kernel/blk_drv/blk.h | #define SECTOR_MASK ((1 << (BLOCK_SIZE_BITS - 9)) -1) |
BLOCK_SIZE_BITS | 167 | kernel/blk_drv/genhd.c | dev->sizes[i] = dev->part[i].nr_sects >> (BLOCK_SIZE_BITS - 9); |
BLOCK_SIZE_BITS | 112 | kernel/blk_drv/ramdisk.c | if (nblocks > (rd_length >> BLOCK_SIZE_BITS)) { |
BLOCK_SIZE_BITS | 114 | kernel/blk_drv/ramdisk.c | nblocks, rd_length >> BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 118 | kernel/blk_drv/ramdisk.c | nblocks << BLOCK_SIZE_BITS); |
BLOCK_SIZE_BITS | 61 | kernel/blk_drv/scsi/sd.c | (BLOCK_SIZE_BITS - 9); |