IDA_BLOCK_SIZE 41 arch/s390/include/asm/idals.h return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + IDA_BLOCK_SIZE 42 arch/s390/include/asm/idals.h (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; IDA_BLOCK_SIZE 55 arch/s390/include/asm/idals.h cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + IDA_BLOCK_SIZE 56 arch/s390/include/asm/idals.h (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; IDA_BLOCK_SIZE 58 arch/s390/include/asm/idals.h paddr &= -IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 60 arch/s390/include/asm/idals.h paddr += IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 123 arch/s390/include/asm/idals.h nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; IDA_BLOCK_SIZE 132 arch/s390/include/asm/idals.h ib->data[i] = ib->data[i-1] + IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 159 arch/s390/include/asm/idals.h nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; IDA_BLOCK_SIZE 202 arch/s390/include/asm/idals.h for (i = 0; count > IDA_BLOCK_SIZE; i++) { IDA_BLOCK_SIZE 203 arch/s390/include/asm/idals.h left = copy_to_user(to, ib->data[i], IDA_BLOCK_SIZE); IDA_BLOCK_SIZE 205 arch/s390/include/asm/idals.h return left + count - IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 206 arch/s390/include/asm/idals.h to = (void __user *) to + IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 207 arch/s390/include/asm/idals.h count -= IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 222 arch/s390/include/asm/idals.h for (i = 0; count > IDA_BLOCK_SIZE; i++) { IDA_BLOCK_SIZE 223 arch/s390/include/asm/idals.h left = copy_from_user(ib->data[i], from, IDA_BLOCK_SIZE); IDA_BLOCK_SIZE 225 arch/s390/include/asm/idals.h return left + count - IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 226 arch/s390/include/asm/idals.h from = (void __user *) from + IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 227 arch/s390/include/asm/idals.h count -= IDA_BLOCK_SIZE; IDA_BLOCK_SIZE 4138 drivers/s390/block/dasd_eckd.c if (__pa(dst) & (IDA_BLOCK_SIZE-1)) { IDA_BLOCK_SIZE 4158 drivers/s390/block/dasd_eckd.c if (!(__pa(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE-1)))