Searched refs:notify_id_pages (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/ceph/
H A Dosd_client.h349 struct page **notify_id_pages; member in struct:ceph_osd_linger_request
/linux-master/net/ceph/
H A Dosd_client.c2798 if (lreq->notify_id_pages)
2799 ceph_release_page_vector(lreq->notify_id_pages, 1);
3183 lreq->notify_id_pages, PAGE_SIZE, 0, false, false);
4973 lreq->notify_id_pages = ceph_alloc_page_vector(1, GFP_NOIO);
4974 if (IS_ERR(lreq->notify_id_pages)) {
4975 ret = PTR_ERR(lreq->notify_id_pages);
4976 lreq->notify_id_pages = NULL;

Completed in 263 milliseconds