/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 189 OBD_FREE_LARGE(req->rq_reqbuf, req->rq_reqbuf_len); in null_free_reqbuf() 219 OBD_FREE_LARGE(req->rq_repbuf, req->rq_repbuf_len); in null_free_repbuf() 264 OBD_FREE_LARGE(req->rq_reqbuf, req->rq_reqbuf_len); in null_enlarge_reqbuf() 344 OBD_FREE_LARGE(rs, rs->rs_size); in null_free_rs()
|
D | sec_plain.c | 588 OBD_FREE_LARGE(req->rq_reqbuf, req->rq_reqbuf_len); in plain_free_reqbuf() 629 OBD_FREE_LARGE(req->rq_repbuf, req->rq_repbuf_len); in plain_free_repbuf() 683 OBD_FREE_LARGE(req->rq_reqbuf, req->rq_reqbuf_len); in plain_enlarge_reqbuf() 830 OBD_FREE_LARGE(rs, rs->rs_size); in plain_free_rs()
|
D | sec.c | 500 OBD_FREE_LARGE(reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch() 1166 OBD_FREE_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply() 1184 OBD_FREE_LARGE(early_req->rq_repbuf, early_req->rq_repbuf_len); in sptlrpc_cli_finish_early_reply()
|
D | sec_bulk.c | 703 OBD_FREE_LARGE(page_pools.epp_pools, in enc_pools_free()
|
D | service.c | 115 OBD_FREE_LARGE(rqbd->rqbd_buffer, svcpt->scp_service->srv_buf_size); in ptlrpc_free_rqbd() 1371 OBD_FREE_LARGE(reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply() 2981 OBD_FREE_LARGE(rs, svc->srv_max_reply_size); in ptlrpc_service_purge_all()
|
D | client.c | 438 OBD_FREE_LARGE(req->rq_reqbuf, pool->prp_rq_size); in ptlrpc_free_rq_pool()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_ea.c | 114 OBD_FREE_LARGE(lsm, *size); in lsm_alloc_plain() 126 OBD_FREE_LARGE(lsm, sizeof(struct lov_stripe_md) + in lsm_free_plain()
|
D | lov_pack.c | 195 OBD_FREE_LARGE(*lmmp, lmm_size); in lov_packmd() 296 OBD_FREE_LARGE(buffer, sz); in lov_verify_lmm()
|
D | lov_request.c | 72 OBD_FREE_LARGE(req->rq_oi.oi_md, req->rq_buflen); in lov_finish_set() 81 OBD_FREE_LARGE(set->set_pga, len); in lov_finish_set()
|
D | lov_io.c | 362 OBD_FREE_LARGE(lio->lis_subs, in lov_io_fini() 660 OBD_FREE_LARGE(stripes_qin, in lov_io_submit()
|
D | lov_object.c | 378 OBD_FREE_LARGE(r0->lo_sub, r0->lo_nr * sizeof(r0->lo_sub[0])); in lov_fini_raid0()
|
D | lov_lock.c | 444 OBD_FREE_LARGE(lck->lls_sub, in lov_lock_fini()
|
D | lov_obd.c | 1965 OBD_FREE_LARGE(fm_local, buffer_size); in lov_fiemap()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 252 OBD_FREE_LARGE(handle_hash, sizeof(*handle_hash) * HANDLE_HASH_SIZE); in class_handle_cleanup()
|
D | lu_object.c | 2128 OBD_FREE_LARGE(buf->lb_buf, buf->lb_len); in lu_buf_free() 2185 OBD_FREE_LARGE(buf->lb_buf, buf->lb_len); in lu_buf_check_and_grow()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 156 OBD_FREE_LARGE(*buf, hdr.ioc_len); in obd_ioctl_getdata()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 261 OBD_FREE_LARGE(buf, len); in obd_ioctl_freedata()
|
D | obd_support.h | 704 #define OBD_FREE_LARGE(ptr, size) \ macro
|
D | obd.h | 741 OBD_FREE_LARGE(oti->oti_logcookies, in oti_free_cookies()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 208 OBD_FREE_LARGE(*pages, *max_pages * sizeof(**pages)); in ll_get_user_pages()
|
D | dir.c | 1632 OBD_FREE_LARGE(lmm, lmmsize); in ll_dir_ioctl() 1804 OBD_FREE_LARGE(hur, totalsize); in ll_dir_ioctl() 1831 OBD_FREE_LARGE(hur, totalsize); in ll_dir_ioctl()
|
D | file.c | 1303 OBD_FREE_LARGE(lsm2, lsm_size); in ll_lov_recreate() 1485 OBD_FREE_LARGE(lump, lum_size); in ll_lov_setea() 1493 OBD_FREE_LARGE(lump, lum_size); in ll_lov_setea() 1842 OBD_FREE_LARGE(fiemap_s, num_bytes); in ll_ioctl_fiemap() 3087 OBD_FREE_LARGE(fiemap, num_bytes); in ll_fiemap() 3387 OBD_FREE_LARGE(lock->l_lvb_data, lock->l_lvb_len); in ll_layout_fetch()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1094 OBD_FREE_LARGE(req, reqlen); in lmv_iocontrol() 2443 OBD_FREE_LARGE(*lmmp, mea_size); in lmv_packmd() 2492 OBD_FREE_LARGE(*tmea, mea_size); in lmv_unpackmd()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 766 OBD_FREE_LARGE(lmm, lvb_len); in mdc_finish_enqueue()
|