Searched refs:page_buf (Results 1 – 1 of 1) sorted by relevance
608 char *page_buf; in read_page() local618 if (get_page_from_cache(bfh, level, page_idx, &page_buf)) { in read_page()619 *buf = page_buf; in read_page()630 if (page_buf) in read_page()633 page_buf = bfh->page; /* we won't cache this page */ in read_page()639 ret = pread(bfh->fd, page_buf, expected, off); in read_page()643 ret = read(bfh->fd, page_buf, expected); in read_page()651 *buf = page_buf; in read_page()