Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h349 struct page **notify_id_pages; member
/linux/net/ceph/
H A Dosd_client.c2800 if (lreq->notify_id_pages) in linger_release()
2801 ceph_release_page_vector(lreq->notify_id_pages, 1); in linger_release()
3185 lreq->notify_id_pages, PAGE_SIZE, 0, false, false); in send_linger()
4975 lreq->notify_id_pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
4976 if (IS_ERR(lreq->notify_id_pages)) { in ceph_osdc_notify()
4977 ret = PTR_ERR(lreq->notify_id_pages); in ceph_osdc_notify()
4978 lreq->notify_id_pages = NULL; in ceph_osdc_notify()