Searched refs:b_pages (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_mem.c172 bp->b_pages = bp->b_page_array;
173 bp->b_pages[0] = page;
183 struct page *page = bp->b_pages[0];
190 bp->b_pages[0] = NULL;
191 bp->b_pages = NULL;
H A Dxfs_buf.c206 * Frees b_pages if it was allocated.
293 if (bp->b_pages[i])
294 __free_page(bp->b_pages[i]);
298 if (bp->b_pages != bp->b_page_array)
299 kfree(bp->b_pages);
300 bp->b_pages = NULL;
356 bp->b_pages = bp->b_page_array;
357 bp->b_pages[0] = kmem_to_page(bp->b_addr);
377 bp->b_pages = bp->b_page_array;
379 bp->b_pages
[all...]
H A Dxfs_buf.h195 struct page **b_pages; /* array of page pointers */ member in struct:xfs_buf

Completed in 265 milliseconds