Lines Matching refs:GFP_NOIO
1145 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1530 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1657 GFP_NOIO); in decode_hoid()
1665 GFP_NOIO); in decode_hoid()
1677 GFP_NOIO); in decode_hoid()
1725 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2592 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2734 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
4037 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff()
4047 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff()
4082 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); in create_backoff_message()
4473 req = ceph_osdc_alloc_request(lreq->osdc, NULL, 1, false, GFP_NOIO); in alloc_linger_request()
4480 if (ceph_osdc_alloc_messages(req, GFP_NOIO)) { in alloc_linger_request()
4566 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4577 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch()
4602 pl = kmalloc(sizeof(*pl), GFP_NOIO); in osd_req_op_notify_ack_init()
4636 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
4644 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack()
4673 pl = kmalloc(sizeof(*pl), GFP_NOIO); in osd_req_op_notify_init()
4737 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
4846 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
4876 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
4884 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers()
4888 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_list_watchers()
4953 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
4961 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
5298 m = ceph_msg_new(type, front_len, GFP_NOIO, false); in alloc_msg_with_page_vector()
5307 GFP_NOIO); in alloc_msg_with_page_vector()