Searched refs:end_off (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 49 unsigned int end_off, unsigned int align) in run_dio_using_hugetlb() 51 unsigned int writesize = end_off - start_off; in run_dio_using_hugetlb() 70 unsigned int end_off, unsigned int align) in run_dio_using_hugetlb() 81 if (!check_dio_alignment(start_off, end_off, align)) in run_dio_using_hugetlb() 84 writesize = end_off - start_off; in run_dio_using_hugetlb() 128 "free huge pages from %u-%u\n", start_off, end_off); 23 run_dio_using_hugetlb(unsigned int start_off,unsigned int end_off) run_dio_using_hugetlb() argument
|
| /linux/fs/isofs/ |
| H A D | compress.c | 211 loff_t start_off, end_off; in zisofs_fill_pages() local 232 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 235 cend_block = (end_off + (1 << zisofs_block_shift) - 1) in zisofs_fill_pages()
|
| /linux/fs/smb/client/ |
| H A D | transport.c | 1161 unsigned int data_offset, data_len, end_off; in cifs_readv_receive() local 1260 if (check_add_overflow(data_offset, data_len, &end_off) || in cifs_readv_receive() 1261 end_off > buflen) { in cifs_readv_receive() 1264 end_off, buflen); in cifs_readv_receive()
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 1340 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument 1344 u8 *last_val = base + end_off - 1; in mxt_calculate_crc() 1346 if (end_off < start_off) in mxt_calculate_crc()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3055 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local 3168 end_off = be32_to_cpu(sdt->entry[i].end_token); in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|