Searched refs:ppos (Results 1 – 2 of 2) sorted by relevance
64 static ssize_t pci_read(struct dfs_file *file, void *buf, size_t count, off_t *ppos) in pci_read() argument66 off_t pos = *ppos; in pci_read()140 *ppos = pos; in pci_read()145 static ssize_t pci_write(struct dfs_file *file, const void *buf, size_t count, off_t *ppos) in pci_write() argument147 off_t pos = *ppos; in pci_write()215 *ppos = pos; in pci_write()
238 ssize_t rw_verify_area(struct dfs_file *file, off_t *ppos, size_t count) in rw_verify_area() argument245 pos = *ppos; in rw_verify_area()
Completed in 6 milliseconds