Lines Matching refs:db_node
106 mmap_do_io(void *db_node, int prot, off_t offset, size_t len, in mmap_do_io() argument
116 ret = pread(files_db_get_fd(db_node), in mmap_do_io()
122 progname, files_db_get_filename(db_node), in mmap_do_io()
123 len, offset, files_db_get_fd(db_node), in mmap_do_io()
132 ret = pwrite(files_db_get_fd(db_node), in mmap_do_io()
140 fcntl(files_db_get_fd(db_node), F_GETFL)); in mmap_do_io()
147 ret = pread(files_db_get_fd(db_node), in mmap_do_io()
153 progname, files_db_get_filename(db_node), in mmap_do_io()
155 offset, files_db_get_fd(db_node), in mmap_do_io()
165 ioshark_handle_mmap(void *db_node, in ioshark_handle_mmap() argument
176 if (fstat(files_db_get_fd(db_node), &statbuf) < 0) { in ioshark_handle_mmap()
188 mmap_do_io(db_node, prot, offset, len, in ioshark_handle_mmap()
198 mmap_do_io(db_node, prot, offset, len, bufp, buflen, in ioshark_handle_mmap()