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

/linux-master/fs/xfs/
H A Dxfs_buf_mem.h22 int xmbuf_map_page(struct xfs_buf *bp);
29 # define xmbuf_map_page(...) (-ENOMEM) macro
H A Dxfs_buf_mem.c132 xmbuf_map_page( function
H A Dxfs_buf.c641 error = xmbuf_map_page(new_bp);
940 * xmbuf_map_page asynchronously, so we don't do readahead.
1011 error = xmbuf_map_page(bp);

Completed in 119 milliseconds