Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosd_client.h291 struct page **notify_id_pages; member
/linux-6.1.9/net/ceph/
Dosd_client.c2715 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()