Lines Matching refs:ppos
179 loff_t *ppos, int is_user) in read_proc() argument
194 if (ppos) in read_proc()
195 *ppos = file->f_pos; in read_proc()
237 loff_t *ppos) in hppfs_read() argument
247 if (*ppos >= hppfs->len) in hppfs_read()
251 off = *ppos; in hppfs_read()
261 *ppos += count - rem; in hppfs_read()
265 err = os_seek_file(hppfs->host_fd, *ppos); in hppfs_read()
278 *ppos += count; in hppfs_read()
280 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read()
286 size_t len, loff_t *ppos) in hppfs_write() argument
293 return (*write)(proc_file, buf, len, ppos); in hppfs_write()