tag | line | file | source code |
---|---|---|---|
ISOFS_BLOCK_BITS | 180 | fs/isofs/inode.c | if (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) { |
ISOFS_BLOCK_BITS | 315 | fs/isofs/inode.c | put_fs_long(1 << ISOFS_BLOCK_BITS, &buf->f_bsize); |
ISOFS_BLOCK_BITS | 561 | fs/isofs/inode.c | block = extent << (ISOFS_BLOCK_BITS - bufbits); |
ISOFS_BLOCK_BITS | 598 | fs/isofs/inode.c | block = parent_dir << (ISOFS_BLOCK_BITS - bufbits); |
ISOFS_BLOCK_BITS | 618 | fs/isofs/inode.c | if((block & 1) && (ISOFS_BLOCK_BITS - bufbits)) |