Lines Matching refs:loff_t
20 loff_t start;
74 loff_t start_pos, in cachefiles_read()
102 loff_t off = start_pos, off2; in cachefiles_read()
107 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO && off2 != -ENXIO) { in cachefiles_read()
198 loff_t start, size_t len, size_t granularity, in cachefiles_query_occupancy()
199 loff_t *_data_start, size_t *_data_len) in cachefiles_query_occupancy()
203 loff_t off, off2; in cachefiles_query_occupancy()
224 if (off < 0 && off >= (loff_t)-MAX_ERRNO) in cachefiles_query_occupancy()
234 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO) in cachefiles_query_occupancy()
280 loff_t start_pos, in __cachefiles_write()
361 loff_t start_pos, in cachefiles_write()
380 loff_t start, size_t *_len, loff_t i_size, in cachefiles_do_prepare_read()
391 loff_t off, to; in cachefiles_do_prepare_read()
428 if (off < 0 && off >= (loff_t)-MAX_ERRNO) { in cachefiles_do_prepare_read()
429 if (off == (loff_t)-ENXIO) { in cachefiles_do_prepare_read()
455 if (to < 0 && to >= (loff_t)-MAX_ERRNO) { in cachefiles_do_prepare_read()
497 loff_t i_size) in cachefiles_prepare_read()
510 loff_t start, size_t *_len, loff_t i_size, in cachefiles_prepare_ondemand_read()
521 loff_t *_start, size_t *_len, in __cachefiles_prepare_write()
525 loff_t start = *_start, pos; in __cachefiles_prepare_write()
544 if (pos < 0 && pos >= (loff_t)-MAX_ERRNO) { in __cachefiles_prepare_write()
565 if (pos < 0 && pos >= (loff_t)-MAX_ERRNO) { in __cachefiles_prepare_write()
595 loff_t *_start, size_t *_len, loff_t i_size, in cachefiles_prepare_write()