Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 5 of 5) sorted by relevance

/spdk/lib/reduce/
H A Dreduce.c96 struct spdk_reduce_vol *vol; global() member
154 _reduce_persist(struct spdk_reduce_vol * vol,const void * addr,size_t len) _reduce_persist() argument
208 _reduce_vol_get_chunk_map(struct spdk_reduce_vol * vol,uint64_t chunk_map_index) _reduce_vol_get_chunk_map() argument
277 spdk_reduce_vol_get_uuid(struct spdk_reduce_vol * vol) spdk_reduce_vol_get_uuid() argument
283 _initialize_vol_pm_pointers(struct spdk_reduce_vol * vol) _initialize_vol_pm_pointers() argument
302 struct spdk_reduce_vol *vol; global() member
351 _allocate_vol_requests(struct spdk_reduce_vol * vol) _allocate_vol_requests() argument
431 _init_load_cleanup(struct spdk_reduce_vol * vol,struct reduce_init_load_ctx * ctx) _init_load_cleanup() argument
504 struct spdk_reduce_vol *vol = init_ctx->vol; _init_write_path_cpl() local
516 _allocate_bit_arrays(struct spdk_reduce_vol * vol) _allocate_bit_arrays() argument
546 struct spdk_reduce_vol *vol; spdk_reduce_vol_init() local
705 struct spdk_reduce_vol *vol = load_ctx->vol; _load_read_super_and_path_cpl() local
810 struct spdk_reduce_vol *vol; spdk_reduce_vol_load() local
872 spdk_reduce_vol_unload(struct spdk_reduce_vol * vol,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_unload() argument
893 struct spdk_reduce_vol *vol; global() member
926 struct spdk_reduce_vol *vol = destroy_ctx->vol; _destroy_zero_super_cpl() local
933 destroy_load_cb(void * cb_arg,struct spdk_reduce_vol * vol,int reduce_errno) destroy_load_cb() argument
980 _request_spans_chunk_boundary(struct spdk_reduce_vol * vol,uint64_t offset,uint64_t length) _request_spans_chunk_boundary() argument
996 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_complete_req() local
1021 struct spdk_reduce_vol *vol = req->vol; _write_write_done() local
1072 _issue_backing_ops(struct spdk_reduce_vol_request * req,struct spdk_reduce_vol * vol,reduce_request_fn next_fn,bool is_write) _issue_backing_ops() argument
1109 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_write_chunk() local
1191 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_compress_chunk() local
1205 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_decompress_chunk_scratch() local
1221 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_decompress_chunk() local
1286 struct spdk_reduce_vol *vol = req->vol; _prepare_compress_chunk_copy_user_buffers() local
1334 struct spdk_reduce_vol *vol = req->vol; _prepare_compress_chunk() local
1438 struct spdk_reduce_vol *vol = req->vol; _read_decompress_done() local
1514 struct spdk_reduce_vol *vol = req->vol; _reduce_vol_read_chunk() local
1528 _iov_array_is_valid(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t length) _iov_array_is_valid() argument
1546 _check_overlap(struct spdk_reduce_vol * vol,uint64_t logical_map_index) _check_overlap() argument
1567 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
1635 struct spdk_reduce_vol *vol = req->vol; _start_writev_request() local
1656 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
1708 spdk_reduce_vol_get_params(struct spdk_reduce_vol * vol) spdk_reduce_vol_get_params() argument
1714 spdk_reduce_vol_print_info(struct spdk_reduce_vol * vol) spdk_reduce_vol_print_info() argument
[all...]
/spdk/test/vhost/windows/
H A Dwindows_scsi_compliance.ps162 $vol = Format-Volume -DriveLetter $part.DriveLetter -FileSystem NTFS -Confirm:$false variable
63 echo $vol variable
/spdk/test/unit/lib/reduce/reduce.c/
H A Dreduce_ut.c179 init_cb(void * cb_arg,struct spdk_reduce_vol * vol,int reduce_errno) init_cb() argument
186 load_cb(void * cb_arg,struct spdk_reduce_vol * vol,int reduce_errno) load_cb() argument
702 _vol_get_chunk_map_index(struct spdk_reduce_vol * vol,uint64_t offset) _vol_get_chunk_map_index() argument
1269 struct spdk_reduce_vol vol = {}; test_prepare_compress_chunk() local
1560 struct spdk_reduce_vol vol = {}; test_reduce_decompress_chunk() local
1799 struct spdk_reduce_vol *vol; test_allocate_vol_requests() local
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c35 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
43 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
/spdk/module/bdev/compress/
H A Dvbdev_compress.c54 struct spdk_reduce_vol *vol; /* the reduce volume */ global() member
538 vbdev_reduce_init_cb(void * cb_arg,struct spdk_reduce_vol * vol,int reduce_errno) vbdev_reduce_init_cb() argument
1133 vbdev_reduce_load_cb(void * cb_arg,struct spdk_reduce_vol * vol,int reduce_errno) vbdev_reduce_load_cb() argument
[all...]