Home
last modified time | relevance | path

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

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