Home
last modified time | relevance | path

Searched refs:OBD_ALLOC_LARGE (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c162 OBD_ALLOC_LARGE(req->rq_reqbuf, alloc_size); in null_alloc_reqbuf()
205 OBD_ALLOC_LARGE(req->rq_repbuf, msgsize); in null_alloc_repbuf()
250 OBD_ALLOC_LARGE(newbuf, alloc_size); in null_enlarge_reqbuf()
319 OBD_ALLOC_LARGE(rs, rs_size); in null_alloc_rs()
Dsec_plain.c563 OBD_ALLOC_LARGE(req->rq_reqbuf, alloc_len); in plain_alloc_reqbuf()
617 OBD_ALLOC_LARGE(req->rq_repbuf, alloc_len); in plain_alloc_repbuf()
668 OBD_ALLOC_LARGE(newbuf, newbuf_size); in plain_enlarge_reqbuf()
804 OBD_ALLOC_LARGE(rs, rs_size); in plain_alloc_rs()
Dsec_bulk.c693 OBD_ALLOC_LARGE(page_pools.epp_pools, in enc_pools_alloc()
Dsec.c472 OBD_ALLOC_LARGE(reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()
1096 OBD_ALLOC_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply()
Dservice.c1307 OBD_ALLOC_LARGE(reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply()
2320 OBD_ALLOC_LARGE(rs, svc->srv_max_reply_size); in ptlrpc_main()
Dclient.c472 OBD_ALLOC_LARGE(msg, size); in ptlrpc_add_rqs_to_pool()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pack.c201 OBD_ALLOC_LARGE(*lmmp, lmm_size); in lov_packmd()
288 OBD_ALLOC_LARGE(buffer, sz); in lov_verify_lmm()
Dlov_ea.c98 OBD_ALLOC_LARGE(lsm, *size); in lsm_alloc_plain()
Dlov_io.c288 OBD_ALLOC_LARGE(lio->lis_subs, in lov_io_subio_init()
606 OBD_ALLOC_LARGE(stripes_qin, in lov_io_submit()
Dlov_object.c221 OBD_ALLOC_LARGE(r0->lo_sub, r0->lo_nr * sizeof(r0->lo_sub[0])); in lov_init_raid0()
Dlov_lock.c317 OBD_ALLOC_LARGE(lck->lls_sub, nr * sizeof(lck->lls_sub[0])); in lov_lock_sub_init()
Dlov_obd.c1759 OBD_ALLOC_LARGE(fm_local, buffer_size); in lov_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c201 OBD_ALLOC_LARGE(handle_hash, sizeof(*bucket) * HANDLE_HASH_SIZE); in class_handle_init()
Dlu_object.c2140 OBD_ALLOC_LARGE(buf->lb_buf, size); in lu_buf_alloc()
2178 OBD_ALLOC_LARGE(ptr, len); in lu_buf_check_and_grow()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c110 OBD_ALLOC_LARGE(*buf, hdr.ioc_len); in obd_ioctl_getdata()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw26.c203 OBD_ALLOC_LARGE(*pages, *max_pages * sizeof(**pages)); in ll_get_user_pages()
Dfile.c1285 OBD_ALLOC_LARGE(lsm2, lsm_size); in ll_lov_recreate()
1480 OBD_ALLOC_LARGE(lump, lum_size); in ll_lov_setea()
1805 OBD_ALLOC_LARGE(fiemap_s, num_bytes); in ll_ioctl_fiemap()
3065 OBD_ALLOC_LARGE(fiemap, num_bytes); in ll_fiemap()
3378 OBD_ALLOC_LARGE(lvbdata, lmmsize); in ll_layout_fetch()
Ddir.c1579 OBD_ALLOC_LARGE(lmm, lmmsize); in ll_dir_ioctl()
1798 OBD_ALLOC_LARGE(hur, totalsize); in ll_dir_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h688 #define OBD_ALLOC_LARGE(ptr, size) \ macro
Dobd.h727 OBD_ALLOC_LARGE(oti->oti_logcookies, in oti_alloc_cookies()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1084 OBD_ALLOC_LARGE(req, reqlen); in lmv_iocontrol()
2449 OBD_ALLOC_LARGE(*lmmp, mea_size); in lmv_packmd()
2499 OBD_ALLOC_LARGE(*tmea, mea_size); in lmv_unpackmd()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c749 OBD_ALLOC_LARGE(lmm, lvb_len); in mdc_finish_enqueue()