Lines Matching refs:GFP_NOIO
1236 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1678 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1805 GFP_NOIO); in decode_hoid()
1813 GFP_NOIO); in decode_hoid()
1825 GFP_NOIO); in decode_hoid()
1873 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2756 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2898 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
4227 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff()
4237 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff()
4272 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); in create_backoff_message()
4659 req = ceph_osdc_alloc_request(lreq->osdc, NULL, 1, false, GFP_NOIO); in alloc_linger_request()
4683 if (ceph_osdc_alloc_messages(req, GFP_NOIO)) { in alloc_watch_request()
4761 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4772 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch()
4797 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4830 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
4843 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack()
4867 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_init()
4939 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
4948 ret = ceph_osdc_alloc_messages(lreq->reg_req, GFP_NOIO); in ceph_osdc_notify()
5046 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5076 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
5084 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_list_watchers()
5095 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers()
5153 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
5172 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
5515 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
5523 GFP_NOIO); in alloc_msg_with_page_vector()