Lines Matching refs:GFP_NOIO
1215 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1657 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1784 GFP_NOIO); in decode_hoid()
1792 GFP_NOIO); in decode_hoid()
1804 GFP_NOIO); in decode_hoid()
1852 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2738 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2880 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
3072 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger()
3102 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger()
3166 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger_ping()
3174 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger_ping()
4248 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff()
4258 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff()
4293 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); in create_backoff_message()
4733 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4744 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch()
4769 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4802 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
4815 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack()
4858 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
4874 lreq->notify_id_pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
4982 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5012 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
5020 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_list_watchers()
5031 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers()
5089 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
5108 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
5451 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
5459 GFP_NOIO); in alloc_msg_with_page_vector()