Searched refs:notify_id_pages (Results 1 – 2 of 2) sorted by relevance
291 struct page **notify_id_pages; member
2715 if (lreq->notify_id_pages) in linger_release()2716 ceph_release_page_vector(lreq->notify_id_pages, 1); in linger_release()3100 lreq->notify_id_pages, PAGE_SIZE, 0, false, false); in send_linger()4882 lreq->notify_id_pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()4883 if (IS_ERR(lreq->notify_id_pages)) { in ceph_osdc_notify()4884 ret = PTR_ERR(lreq->notify_id_pages); in ceph_osdc_notify()4885 lreq->notify_id_pages = NULL; in ceph_osdc_notify()