Lines Matching refs:start_pos
76 loff_t start_pos, in cachefiles_read() argument
97 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_read()
104 loff_t off = start_pos, off2; in cachefiles_read()
115 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read()
141 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read()
283 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()
360 loff_t start_pos, in cachefiles_write() argument
374 start_pos, iter, in cachefiles_write()