Home
last modified time | relevance | path

Searched defs:nxdata (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/nbdkit/nbdkit-1.20.4/tests/
H A Dtest-layers-filter.c49 void *nxdata; member
66 test_layers_filter_config (nbdkit_next_config *next, void *nxdata, in test_layers_filter_config()
75 void *nxdata) in test_layers_filter_config_complete()
86 void *nxdata) in test_layers_filter_get_ready()
94 void *nxdata, int readonly) in test_layers_filter_preconnect()
187 void *nxdata, in test_layers_filter_is_rotational()
232 void *nxdata, in test_layers_filter_can_multi_conn()
244 void *nxdata, in test_layers_filter_can_extents()
256 void *nxdata, in test_layers_filter_can_cache()
305 test_layers_filter_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in test_layers_filter_trim()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/cow/
H A Dcow.c75 cow_config (nbdkit_next_config *next, void *nxdata, in cow_config()
96 cow_open (nbdkit_next_open *next, void *nxdata, int readonly) in cow_open()
109 cow_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_get_size()
134 cow_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_prepare()
171 cow_can_fua (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in cow_can_fua()
190 cow_can_fast_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_can_fast_zero()
203 cow_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_pread()
276 cow_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_pwrite()
352 cow_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in cow_zero()
434 cow_flush (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in cow_flush()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/xz/
H A Dxz.c55 xz_config (nbdkit_next_config *next, void *nxdata, in xz_config()
92 xz_open (nbdkit_next_open *next, void *nxdata, int readonly) in xz_open()
134 xz_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in xz_prepare()
160 xz_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in xz_get_size()
173 xz_can_write (struct nbdkit_next_ops *next_ops, void *nxdata, in xz_can_write()
183 xz_can_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in xz_can_extents()
191 xz_can_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in xz_can_cache()
203 xz_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in xz_pread()
H A Dxzfile.c72 xzfile_open (struct nbdkit_next_ops *next_ops, void *nxdata) in xzfile_open()
115 check_header_magic (struct nbdkit_next_ops *next_ops, void *nxdata) in check_header_magic()
137 parse_indexes (struct nbdkit_next_ops *next_ops, void *nxdata, in parse_indexes()
353 void *nxdata, uint32_t flags, int *err, in xzfile_read_block()
/dports/net/nbdkit/nbdkit-1.20.4/filters/partition/
H A Dpartition.c52 partition_config (nbdkit_next_config *next, void *nxdata, in partition_config()
70 partition_config_complete (nbdkit_next_config_complete *next, void *nxdata) in partition_config_complete()
90 partition_open (nbdkit_next_open *next, void *nxdata, int readonly) in partition_open()
117 partition_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_prepare()
172 partition_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_get_size()
182 partition_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_pread()
193 partition_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_pwrite()
205 partition_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_trim()
216 partition_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_zero()
227 partition_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in partition_extents()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/fua/
H A Dfua.c52 fua_config (nbdkit_next_config *next, void *nxdata, in fua_config()
78 fua_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in fua_prepare()
116 fua_can_flush (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in fua_can_flush()
125 fua_can_fua (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in fua_can_fua()
140 fua_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in fua_pwrite()
170 fua_flush (struct nbdkit_next_ops *next_ops, void *nxdata, in fua_flush()
179 fua_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in fua_trim()
209 fua_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in fua_zero()
/dports/net/nbdkit/nbdkit-1.20.4/filters/offset/
H A Doffset.c49 offset_config (nbdkit_next_config *next, void *nxdata, in offset_config()
74 offset_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_get_size()
105 offset_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_pread()
114 offset_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_pwrite()
124 offset_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_trim()
133 offset_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_zero()
142 offset_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_extents()
173 offset_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in offset_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/cache/
H A Dcache.c92 cache_config (nbdkit_next_config *next, void *nxdata, in cache_config()
187 cache_config_complete (nbdkit_next_config_complete *next, void *nxdata) in cache_config_complete()
205 cache_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_get_size()
230 cache_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_prepare()
250 cache_can_fast_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_can_fast_zero()
261 cache_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_pread()
335 cache_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_pwrite()
418 cache_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in cache_zero()
511 void *nxdata; member
517 cache_flush (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in cache_flush()
[all …]
H A Dblk.c183 blk_read (struct nbdkit_next_ops *next_ops, void *nxdata, in blk_read()
230 blk_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in blk_cache()
276 blk_writethrough (struct nbdkit_next_ops *next_ops, void *nxdata, in blk_writethrough()
303 blk_write (struct nbdkit_next_ops *next_ops, void *nxdata, in blk_write()
/dports/net/nbdkit/nbdkit-1.20.4/filters/truncate/
H A Dtruncate.c88 truncate_config (nbdkit_next_config *next, void *nxdata, in truncate_config()
127 truncate_open (nbdkit_next_open *next, void *nxdata, int readonly) in truncate_open()
156 truncate_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_prepare()
190 truncate_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_get_size()
206 truncate_can_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_can_extents()
234 truncate_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_pread()
262 truncate_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_pwrite()
297 truncate_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_trim()
316 truncate_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_zero()
340 truncate_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in truncate_extents()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/blocksize/
H A Dblocksize.c89 blocksize_config (nbdkit_next_config *next, void *nxdata, in blocksize_config()
104 blocksize_config_complete (nbdkit_next_config_complete *next, void *nxdata) in blocksize_config_complete()
149 blocksize_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_get_size()
160 blocksize_can_multi_conn (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_can_multi_conn()
171 blocksize_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_pread()
213 blocksize_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_pwrite()
268 blocksize_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_trim()
306 blocksize_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_zero()
371 blocksize_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_extents()
388 blocksize_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in blocksize_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/ext2/
H A Dext2.c69 ext2_config (nbdkit_next_config *next, void *nxdata, in ext2_config()
89 ext2_config_complete (nbdkit_next_config_complete *next, void *nxdata) in ext2_config_complete()
123 ext2_open (nbdkit_next_open *next, void *nxdata, int readonly) in ext2_open()
141 ext2_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in ext2_prepare()
249 ext2_can_fua (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in ext2_can_fua()
255 ext2_can_cache (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in ext2_can_cache()
280 ext2_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in ext2_get_size()
296 ext2_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in ext2_pread()
333 ext2_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in ext2_pwrite()
374 ext2_flush (struct nbdkit_next_ops *next_ops, void *nxdata, in ext2_flush()
/dports/net/nbdkit/nbdkit-1.20.4/filters/readahead/
H A Dreadahead.c84 readahead_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_prepare()
95 readahead_get_size (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_get_size()
112 readahead_can_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_can_cache()
125 fill_readahead (struct nbdkit_next_ops *next_ops, void *nxdata, in fill_readahead()
159 readahead_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_pread()
218 readahead_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_pwrite()
228 readahead_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_trim()
238 readahead_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in readahead_zero()
/dports/net/nbdkit/nbdkit-1.20.4/filters/log/
H A Dlog.c68 log_config (nbdkit_next_config *next, void *nxdata, in log_config()
90 log_config_complete (nbdkit_next_config_complete *next, void *nxdata) in log_config_complete()
102 log_get_ready (nbdkit_next_get_ready *next, void *nxdata) in log_get_ready()
230 log_open (nbdkit_next_open *next, void *nxdata, int readonly) in log_open()
294 log_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in log_pread()
312 log_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in log_pwrite()
330 log_flush (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in log_flush()
346 log_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in log_trim()
364 log_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in log_zero()
386 log_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in log_extents()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/retry/
H A Dretry.c64 retry_config (nbdkit_next_config *next, void *nxdata, in retry_config()
114 retry_open (nbdkit_next_open *next, void *nxdata, int readonly) in retry_open()
154 valid_range (struct nbdkit_next_ops *next_ops, void *nxdata, in valid_range()
167 struct nbdkit_next_ops *next_ops, void *nxdata, in do_retry()
216 retry_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_pread()
237 retry_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_pwrite()
272 retry_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_trim()
307 retry_flush (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_flush()
332 retry_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_zero()
372 retry_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in retry_extents()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/delay/
H A Ddelay.c133 delay_config (nbdkit_next_config *next, void *nxdata, in delay_config()
211 delay_can_fast_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_can_fast_zero()
222 delay_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_pread()
233 delay_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_pwrite()
245 delay_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_zero()
260 delay_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_trim()
271 delay_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_extents()
282 delay_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in delay_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/nozero/
H A Dnozero.c64 nozero_config (nbdkit_next_config *next, void *nxdata, in nozero_config()
104 nozero_prepare (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle, in nozero_prepare()
128 nozero_can_zero (struct nbdkit_next_ops *next_ops, void *nxdata, void *handle) in nozero_can_zero()
142 nozero_can_fast_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in nozero_can_fast_zero()
153 nozero_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in nozero_zero()
/dports/net/nbdkit/nbdkit-1.20.4/filters/limit/
H A Dlimit.c52 limit_config (nbdkit_next_config *next, nbdkit_backend *nxdata, in limit_config()
76 limit_preconnect (nbdkit_next_preconnect *next, nbdkit_backend *nxdata, in limit_preconnect()
93 limit_open (nbdkit_next_open *next, nbdkit_backend *nxdata, in limit_open()
/dports/net/nbdkit/nbdkit-1.20.4/filters/nocache/
H A Dnocache.c53 nocache_config (nbdkit_next_config *next, void *nxdata, in nocache_config()
76 nocache_can_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in nocache_can_cache()
91 nocache_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in nocache_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/stats/
H A Dstats.c178 stats_config (nbdkit_next_config *next, void *nxdata, in stats_config()
202 stats_config_complete (nbdkit_next_config_complete *next, void *nxdata) in stats_config_complete()
213 stats_get_ready (nbdkit_next_get_ready *next, void *nxdata) in stats_get_ready()
262 stats_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_pread()
277 stats_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_pwrite()
293 stats_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_trim()
309 stats_flush (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_flush()
324 stats_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_zero()
340 stats_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_extents()
360 stats_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in stats_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/extentlist/
H A Dextentlist.c71 extentlist_config (nbdkit_next_config *next, void *nxdata, in extentlist_config()
87 extentlist_config_complete (nbdkit_next_config_complete *next, void *nxdata) in extentlist_config_complete()
267 extentlist_get_ready (nbdkit_next_get_ready *next, void *nxdata) in extentlist_get_ready()
275 extentlist_can_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in extentlist_can_extents()
286 extentlist_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in extentlist_extents()
/dports/net/nbdkit/nbdkit-1.20.4/filters/error/
H A Derror.c157 error_config (nbdkit_next_config *next, void *nxdata, in error_config()
304 error_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in error_pread()
316 error_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in error_pwrite()
329 error_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in error_trim()
341 error_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in error_zero()
353 error_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in error_extents()
365 error_cache (struct nbdkit_next_ops *next_ops, void *nxdata, in error_cache()
/dports/net/nbdkit/nbdkit-1.20.4/filters/rate/
H A Drate.c98 rate_config (nbdkit_next_config *next, void *nxdata, in rate_config()
148 rate_get_ready (nbdkit_next_get_ready *next, void *nxdata) in rate_get_ready()
165 rate_open (nbdkit_next_open *next, void *nxdata, int readonly) in rate_open()
275 rate_pread (struct nbdkit_next_ops *next_ops, void *nxdata, in rate_pread()
293 rate_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in rate_pwrite()
/dports/net/nbdkit/nbdkit-1.20.4/filters/cacheextents/
H A Dcacheextents.c122 cacheextents_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in cacheextents_extents()
173 cacheextents_pwrite (struct nbdkit_next_ops *next_ops, void *nxdata, in cacheextents_pwrite()
183 cacheextents_trim (struct nbdkit_next_ops *next_ops, void *nxdata, in cacheextents_trim()
193 cacheextents_zero (struct nbdkit_next_ops *next_ops, void *nxdata, in cacheextents_zero()
/dports/net/nbdkit/nbdkit-1.20.4/filters/noextents/
H A Dnoextents.c38 noextents_can_extents (struct nbdkit_next_ops *next_ops, void *nxdata, in noextents_can_extents()

12