/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 162 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()
|
D | sec_plain.c | 563 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()
|
D | sec_bulk.c | 693 OBD_ALLOC_LARGE(page_pools.epp_pools, in enc_pools_alloc()
|
D | sec.c | 472 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()
|
D | service.c | 1307 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()
|
D | client.c | 472 OBD_ALLOC_LARGE(msg, size); in ptlrpc_add_rqs_to_pool()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 201 OBD_ALLOC_LARGE(*lmmp, lmm_size); in lov_packmd() 288 OBD_ALLOC_LARGE(buffer, sz); in lov_verify_lmm()
|
D | lov_ea.c | 98 OBD_ALLOC_LARGE(lsm, *size); in lsm_alloc_plain()
|
D | lov_io.c | 288 OBD_ALLOC_LARGE(lio->lis_subs, in lov_io_subio_init() 606 OBD_ALLOC_LARGE(stripes_qin, in lov_io_submit()
|
D | lov_object.c | 221 OBD_ALLOC_LARGE(r0->lo_sub, r0->lo_nr * sizeof(r0->lo_sub[0])); in lov_init_raid0()
|
D | lov_lock.c | 317 OBD_ALLOC_LARGE(lck->lls_sub, nr * sizeof(lck->lls_sub[0])); in lov_lock_sub_init()
|
D | lov_obd.c | 1759 OBD_ALLOC_LARGE(fm_local, buffer_size); in lov_fiemap()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 201 OBD_ALLOC_LARGE(handle_hash, sizeof(*bucket) * HANDLE_HASH_SIZE); in class_handle_init()
|
D | lu_object.c | 2140 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/ |
D | linux-module.c | 110 OBD_ALLOC_LARGE(*buf, hdr.ioc_len); in obd_ioctl_getdata()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 203 OBD_ALLOC_LARGE(*pages, *max_pages * sizeof(**pages)); in ll_get_user_pages()
|
D | file.c | 1285 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()
|
D | dir.c | 1579 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/ |
D | obd_support.h | 688 #define OBD_ALLOC_LARGE(ptr, size) \ macro
|
D | obd.h | 727 OBD_ALLOC_LARGE(oti->oti_logcookies, in oti_alloc_cookies()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1084 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/ |
D | mdc_locks.c | 749 OBD_ALLOC_LARGE(lmm, lvb_len); in mdc_finish_enqueue()
|