Lines Matching refs:GFP_NOIO
1288 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1737 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1864 GFP_NOIO); in decode_hoid()
1872 GFP_NOIO); in decode_hoid()
1884 GFP_NOIO); in decode_hoid()
1932 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2825 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2967 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
3159 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger()
3189 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger()
3253 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger_ping()
3261 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger_ping()
4345 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff()
4355 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff()
4390 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); in create_backoff_message()
4832 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4843 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch()
4868 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4901 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
4914 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack()
4957 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
4973 lreq->notify_id_pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
5082 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5112 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
5120 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_list_watchers()
5131 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers()
5189 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
5208 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
5531 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
5539 GFP_NOIO); in alloc_msg_with_page_vector()
5899 GFP_NOIO); in osd_sparse_read()