Searched refs:out_pages (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Dcompression.h29 unsigned long *out_pages,
61 unsigned long *out_pages,
H A Dlzo.c92 unsigned long *out_pages, lzo_compress_pages()
115 *out_pages = 0; lzo_compress_pages()
245 *out_pages = nr_pages; lzo_compress_pages()
87 lzo_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, unsigned long len, struct page **pages, unsigned long nr_dest_pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out, unsigned long max_out) lzo_compress_pages() argument
H A Dzlib.c79 unsigned long *out_pages, zlib_compress_pages()
93 *out_pages = 0; zlib_compress_pages()
202 *out_pages = nr_pages; zlib_compress_pages()
74 zlib_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, unsigned long len, struct page **pages, unsigned long nr_dest_pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out, unsigned long max_out) zlib_compress_pages() argument
H A Dcompression.c870 * out_pages is used to return the number of pages allocated. There
887 unsigned long *out_pages, btrfs_compress_pages()
901 nr_dest_pages, out_pages, btrfs_compress_pages()
883 btrfs_compress_pages(int type, struct address_space *mapping, u64 start, unsigned long len, struct page **pages, unsigned long nr_dest_pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out, unsigned long max_out) btrfs_compress_pages() argument
/linux-4.1.27/net/9p/
H A Dtrans_virtio.c403 struct page **in_pages = NULL, **out_pages = NULL; p9_virtio_zc_request() local
412 int n = p9_get_mapped_pages(chan, &out_pages, uodata, p9_virtio_zc_request()
447 if (out_pages) { p9_virtio_zc_request()
450 out_pages, out_nr_pages, offs, outlen); p9_virtio_zc_request()
507 if (out_pages) { p9_virtio_zc_request()
508 p9_release_pages(out_pages, out_nr_pages); p9_virtio_zc_request()
515 kfree(out_pages); p9_virtio_zc_request()
/linux-4.1.27/drivers/s390/char/
H A Dtty3270.c692 goto out_pages; tty3270_alloc_view()
698 goto out_pages; tty3270_alloc_view()
725 out_pages: tty3270_alloc_view()
/linux-4.1.27/fs/ceph/
H A Daddr.c367 goto out_pages;
380 goto out_pages;
384 out_pages:

Completed in 321 milliseconds