Lines Matching refs:ppos
1073 loff_t *ppos, int nonblock, int read) in __vb2_perform_fileio() argument
1089 read ? "read" : "write", (long)*ppos, count, in __vb2_perform_fileio()
1174 *ppos += count; in __vb2_perform_fileio()
1241 loff_t *ppos, int nonblocking) in vb2_read() argument
1243 return __vb2_perform_fileio(q, data, count, ppos, nonblocking, 1); in vb2_read()
1248 loff_t *ppos, int nonblocking) in vb2_write() argument
1251 ppos, nonblocking, 0); in vb2_write()
1557 size_t count, loff_t *ppos) in vb2_fop_write() argument
1569 err = vb2_write(vdev->queue, buf, count, ppos, in vb2_fop_write()
1581 size_t count, loff_t *ppos) in vb2_fop_read() argument
1593 err = vb2_read(vdev->queue, buf, count, ppos, in vb2_fop_read()