Searched refs:read_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/hid/ |
D | hid-ft260.c | 582 u16 read_off = 0; in ft260_i2c_write_read() local 591 read_off = be16_to_cpu(*(__be16 *)msgs[0].buf); in ft260_i2c_write_read() 593 read_off = *msgs[0].buf; in ft260_i2c_write_read() 596 read_off, rd_len, wr_len); in ft260_i2c_write_read()
|
/linux-6.12.1/fs/ceph/ |
D | file.c | 1092 u64 read_off = off; in __ceph_sync_read() local 1097 ceph_fscrypt_adjust_off_and_len(inode, &read_off, &read_len); in __ceph_sync_read() 1100 read_off, read_len); in __ceph_sync_read() 1103 ci->i_vino, read_off, &read_len, 0, 1, in __ceph_sync_read() 1115 if (off + len > read_off + read_len) in __ceph_sync_read() 1116 len = read_off + read_len - off; in __ceph_sync_read() 1119 num_pages = calc_pages_for(read_off, read_len); in __ceph_sync_read() 1129 offset_in_page(read_off), in __ceph_sync_read() 1167 read_off, op->extent.sparse_ext, in __ceph_sync_read() 1176 fret -= (off - read_off); in __ceph_sync_read()
|