Lines Matching refs:start_pos
74 loff_t start_pos, in cachefiles_read() argument
95 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_read()
102 loff_t off = start_pos, off2; in cachefiles_read()
113 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read()
139 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read()
282 loff_t start_pos, in __cachefiles_write() argument
298 file, file_inode(file)->i_ino, start_pos, len, in __cachefiles_write()
310 ki->iocb.ki_pos = start_pos; in __cachefiles_write()
314 ki->start = start_pos; in __cachefiles_write()
371 loff_t start_pos, in cachefiles_write() argument
384 start_pos, iter, in cachefiles_write()