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()
280 loff_t start_pos, in __cachefiles_write() argument
295 file, file_inode(file)->i_ino, start_pos, len, in __cachefiles_write()
307 ki->iocb.ki_pos = start_pos; in __cachefiles_write()
311 ki->start = start_pos; in __cachefiles_write()
361 loff_t start_pos, in cachefiles_write() argument
374 start_pos, iter, in cachefiles_write()