Welcome to mirror list, hosted at ThFree Co, Russian Federation.

functions_vars.html - github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f83d5a92af29c5309dcddce6ae732de625e2b45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LLFIO: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">LLFIO
   &#160;<span id="projectnumber">v2.00 late beta</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions_vars.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
&#160;

<h3><a id="index__5F"></a>- _ -</h3><ul>
<li>__VA_ARGS__
: <a class="el" href="classllfio__v2__xxx_1_1mapped__file__handle.html#a7643682ca0388f044c2ada775199fb9f">llfio_v2_xxx::mapped_file_handle</a>
</li>
</ul>


<h3><a id="index_a"></a>- a -</h3><ul>
<li>acls
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#a17f61dd9f0f5aae7c34c55ba46358ddf">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
<li>allocated
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#ae0533251c886dd5a8e8ec46a9a7367c7">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
</ul>


<h3><a id="index_b"></a>- b -</h3><ul>
<li>barriers
: <a class="el" href="structllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item_1_1byte__io__handle__awareness.html#aa15a25fb4dda74554863192dd71914b5">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item::byte_io_handle_awareness</a>
</li>
<li>base
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state_1_1payload__t_1_1noncompleted__t.html#adcec98b579419e9e227a9026345cd800">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state::payload_t::noncompleted_t</a>
</li>
<li>byte_socket_handle
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t_1_1kernel__t.html#a173362f056a15297a8e06886f61e5705">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t::kernel_t</a>
</li>
</ul>


<h3><a id="index_c"></a>- c -</h3><ul>
<li>completed_read
: <a class="el" href="unionllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state_1_1payload__t.html#a95ddf626b1a1bcf4bbe7d81d240a0f4b">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state::payload_t</a>
</li>
<li>completed_write_or_barrier
: <a class="el" href="unionllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state_1_1payload__t.html#a518ac00acb0c63b819cd9f54c1dceda6">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state::payload_t</a>
</li>
<li>compression
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#ac9b12b0d4f79387c1084a0216878a411">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
<li>content_comparison
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1difference__item.html#a49aa5642b313243a6801cdb1d00024aa">llfio_v2_xxx::algorithm::difference_item</a>
</li>
<li>contents_include_directories
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1contents__visitor.html#a7c9fa61b7ddf56d958331de2e44cbf1a">llfio_v2_xxx::algorithm::contents_visitor</a>
</li>
<li>contents_include_files
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1contents__visitor.html#ab18385d61d5aac5d34711a3a12fb45b2">llfio_v2_xxx::algorithm::contents_visitor</a>
</li>
<li>contents_include_metadata
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1contents__visitor.html#a577d4ae1477e1cd9531679b0dff41577">llfio_v2_xxx::algorithm::contents_visitor</a>
</li>
<li>contents_include_symlinks
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1contents__visitor.html#a73ad0141c99d70d09ee6026ac8c19ab5">llfio_v2_xxx::algorithm::contents_visitor</a>
</li>
<li>create
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#aa52a30f6b8dafd8720fb6b19d7df3847">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
</ul>


<h3><a id="index_d"></a>- d -</h3><ul>
<li>d
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state_1_1payload__t_1_1noncompleted__t.html#ac0593a8b29596cc2ddf7c1facddff03f">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state::payload_t::noncompleted_t</a>
</li>
<li>default_internal_buffer_size
: <a class="el" href="classllfio__v2__xxx_1_1path__view__component.html#a7b52fa10c4359dcc25aed43be0be8a91">llfio_v2_xxx::path_view_component</a>
</li>
<li>description
: <a class="el" href="structllfio__v2__xxx_1_1storage__profile_1_1item__base.html#a8f9536ff1752dee8f073e3dafac18fe0">llfio_v2_xxx::storage_profile::item_base</a>
</li>
<li>devs
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a87a9c093f4545e1e3a9aa056f7e888c7">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>directory_blocks
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a7ba41ce2ef1ecb93e764d7a60ad9a006">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>directory_opens_failed
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a73983721459dd16b1cf86ad5d0465f17">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
</ul>


<h3><a id="index_e"></a>- e -</h3><ul>
<li>empty
: <a class="el" href="unionllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state_1_1payload__t.html#a489e72242ebfef2d1f373889d56b01cc">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state::payload_t</a>
</li>
<li>exclusive
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1shared__fs__mutex_1_1shared__fs__mutex_1_1entity__type.html#a7ad77fdbebd5f1ec023e4324797f3716">llfio_v2_xxx::algorithm::shared_fs_mutex::shared_fs_mutex::entity_type</a>
</li>
<li>extents
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#a579e9f628436c4f5d90387355dd4ddf2">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
</ul>


<h3><a id="index_f"></a>- f -</h3><ul>
<li>f_bavail
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#aa4a4f434ba56992244ac59c8f825a962">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_bfree
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a360401ea41ab6debc8b8a8806c2dfc46">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_blocks
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#aee7f0b961f34b79e95189e6cf8677cbf">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_bsize
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#aa24a1f36d9addae9d0d6ab13eeb43e5d">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_ffree
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a78b08b8091ddcd264ce9bd903bc4dec2">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_files
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a2655807be6194967c2768ab834ce8c4b">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_flags
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a9684fea78f72efeafdbaa4a11f402060">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_fsid
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a3a5739137cee606782d47afbd4bac38c">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_fstypename
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#abe7361e7f354e4de36b64f80b4c6c72e">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_iosbusytime
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a628819f907c707648266194410b7b6f2">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_iosinprogress
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#ae3d5ec73abd75cb58c8be3e196c6cfbd">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_iosize
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a378f9f413ad7178b65bbdab76a29a06d">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_mntfromname
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a7b8ea29dcda069ef2af42a25eb283786">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_mntonname
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#ac7bedb646a6855541633e7bb7232b5e0">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_namemax
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#a2e594db0ff5018223f00ffdcbd4dd771">llfio_v2_xxx::statfs_t</a>
</li>
<li>f_owner
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t.html#aa8b39815508e9252da673c7e18666cd7">llfio_v2_xxx::statfs_t</a>
</li>
<li>fd
: <a class="el" href="structllfio__v2__xxx_1_1native__handle__type.html#a6d63f413705982a84f4140640e4340af">llfio_v2_xxx::native_handle_type</a>
</li>
<li>features
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#adf38388186505565b7ebb4f87a6f0124">kvstore_v1_xxx::basic_key_value_store_info</a>
, <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#a1848d129ac849bb80ab572fee3a7f8ae">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>file_blocks
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a15caca304347aea4271f9ff6df759c69">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>file_handle
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t_1_1kernel__t.html#a485c305b325e31241d01af769ad9f171">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t::kernel_t</a>
</li>
<li>filecompression
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#af56d7eae510ec6f76827697d8f2ad7b1">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
</ul>


<h3><a id="index_h"></a>- h -</h3><ul>
<li>h
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1io__operation__state.html#a4424204a9837b90f03cb340f99c9bfff">llfio_v2_xxx::byte_io_multiplexer::io_operation_state</a>
, <a class="el" href="structllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item_1_1byte__io__handle__awareness.html#ac40f361cb6acd6ee52a68a30e4319f13">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item::byte_io_handle_awareness</a>
, <a class="el" href="structllfio__v2__xxx_1_1native__handle__type.html#afbc6866f3f80808fbe3ca903d15b5481">llfio_v2_xxx::native_handle_type</a>
</li>
<li>http_byte_socket_source
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t.html#af1cb6f480fb2a0c0891063823b480bea">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t</a>
</li>
</ul>


<h3><a id="index_i"></a>- i -</h3><ul>
<li>initiated_ios_completed
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1check__for__any__completed__io__statistics.html#ae9e8b4cc70c1bfd1d6c50dbd6bb70bc2">llfio_v2_xxx::byte_io_multiplexer::check_for_any_completed_io_statistics</a>
</li>
<li>initiated_ios_finished
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1check__for__any__completed__io__statistics.html#a2287d61978bf9fc4d6bceba19916ddbe">llfio_v2_xxx::byte_io_multiplexer::check_for_any_completed_io_statistics</a>
</li>
<li>instantiate
: <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#a24edcf957ea67971aa46f358934adad6">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>instantiate_with
: <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#aa80afd73d8d97225ef4cc09b5201ede6">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>is_compatible_with
: <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#adb94955d2d5feeff4668e83b5ecebfbb">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>is_source_acceptable
: <a class="el" href="classllfio__v2__xxx_1_1path__view__component.html#a411e9c36a49bd37d596ab34f99b656fd">llfio_v2_xxx::path_view_component</a>
</li>
<li>is_source_chartype_acceptable
: <a class="el" href="classllfio__v2__xxx_1_1path__view__component.html#a3c5feb7fca596c44418f89c9e60b8165">llfio_v2_xxx::path_view_component</a>
</li>
</ul>


<h3><a id="index_l"></a>- l -</h3><ul>
<li>leafname
: <a class="el" href="structllfio__v2__xxx_1_1directory__entry.html#a5a6d56ab917ea2a44ec06019bb9dd45e">llfio_v2_xxx::directory_entry</a>
</li>
<li>length
: <a class="el" href="structllfio__v2__xxx_1_1file__handle_1_1extent__pair.html#a694c74732e045b21ef066232cfe2827a">llfio_v2_xxx::file_handle::extent_pair</a>
</li>
<li>listening_byte_socket_handle
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t_1_1kernel__t.html#ab357e4ea5864c7210cd655c6bedbf71b">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t::kernel_t</a>
</li>
</ul>


<h3><a id="index_m"></a>- m -</h3><ul>
<li>max_depth
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#ad5862be5cc4b78861999aa69a78b9656">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>max_iosbusytime
: <a class="el" href="classllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item.html#a5860206701c43b7035475dc3f62a23ef">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item</a>
</li>
<li>max_iosinprogress
: <a class="el" href="classllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item.html#a240b9e4d3d0ee510c46347e735185688">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item</a>
</li>
<li>max_key_size
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#a55c5a2ab7632d6d6364ecabb96e97bee">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
<li>max_value_size
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#a860380a3823942caabac91e2d819b781">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
<li>metadata
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1contents__visitor_1_1contents__type.html#a30ef9b01b6171889f403d64a0eee47ca">llfio_v2_xxx::algorithm::contents_visitor::contents_type</a>
</li>
<li>min_iosinprogress
: <a class="el" href="classllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item.html#a81540923522973756560e20c44a0e948">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item</a>
</li>
<li>min_key_size
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#a3a48e754b1f0ccb700a1d17663f0bbb4">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
<li>min_value_size
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#a413b348bd19556537cd4ff287b937b0a">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
</ul>


<h3><a id="index_n"></a>- n -</h3><ul>
<li>name
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#aa89f3aa72d3cfd207242e7ef4ad853ed">kvstore_v1_xxx::basic_key_value_store_info</a>
, <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t.html#ab6870c5cc8cf541ffdd833225a48a8aa">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t</a>
, <a class="el" href="structllfio__v2__xxx_1_1storage__profile_1_1item__base.html#a2580620b39e8cce0db068444dd6c14bf">llfio_v2_xxx::storage_profile::item_base</a>
, <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#af5ac42fa14988bbf2a71343d14596d5d">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>noexec
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#a4559dec0d0c4354feb0b0c131aab266b">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
<li>nosuid
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#a973d0ca8c51f329587144682aff54879">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
<li>nsecs
: <a class="el" href="structllfio__v2__xxx_1_1deadline.html#aff7d0cc77c5d0a9c90b5f16140df5359">llfio_v2_xxx::deadline</a>
</li>
</ul>


<h3><a id="index_o"></a>- o -</h3><ul>
<li>offset
: <a class="el" href="structllfio__v2__xxx_1_1file__handle_1_1extent__pair.html#a262bee34ba37e87b3a837ab45724693e">llfio_v2_xxx::file_handle::extent_pair</a>
</li>
</ul>


<h3><a id="index_p"></a>- p -</h3><ul>
<li>path
: <a class="el" href="structllfio__v2__xxx_1_1path__discovery_1_1discovered__path.html#a69d065f1a50d5a043fe034d28326b25f">llfio_v2_xxx::path_discovery::discovered_path</a>
</li>
<li>pid
: <a class="el" href="structllfio__v2__xxx_1_1native__handle__type.html#a8a38d56b1a9a3ee70799df3dac04edfc">llfio_v2_xxx::native_handle_type</a>
</li>
<li>pipe_handle
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t_1_1kernel__t.html#af83c14093a8bb70cf7999f0798bcc1f3">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t::kernel_t</a>
</li>
<li>postfix
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t.html#a1488c3df999a96cf502b1d27bbeb66a0">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t</a>
, <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#a5c3f68809b860a424f4eaebe2e3bfc1d">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>preferred_separator
: <a class="el" href="classllfio__v2__xxx_1_1path__view__component.html#a7c7def30502a37e61b83836e52a0a40b">llfio_v2_xxx::path_view_component</a>
</li>
<li>private_committed
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#aa8f23435fe2b317cf7c0901e384c265f">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>private_paged_in
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#a29e42ac19681a8da57c670b4869fd884">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>process_ns_in_kernel_mode
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__cpu__usage.html#acd729df5d5bf4279e21f0dfc74300d75">llfio_v2_xxx::utils::process_cpu_usage</a>
</li>
<li>process_ns_in_user_mode
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__cpu__usage.html#a6e4526dfba2ec4574ef8f532c1e1b85a">llfio_v2_xxx::utils::process_cpu_usage</a>
</li>
<li>ptr
: <a class="el" href="structllfio__v2__xxx_1_1native__handle__type.html#ac7c3afa0b56f7ebd6a0eddfcb2939742">llfio_v2_xxx::native_handle_type</a>
</li>
</ul>


<h3><a id="index_r"></a>- r -</h3><ul>
<li>rdonly
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#ab81fc2389da706385f01c68e45aa4d44">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
<li>reads
: <a class="el" href="structllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item_1_1byte__io__handle__awareness.html#aa5106e317fdd6f6a5dfbe42212f6bd1b">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item::byte_io_handle_awareness</a>
</li>
<li>registered_io_buffers
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t.html#a0e1560d002d517f37ea2bcf1540868b7">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t</a>
</li>
</ul>


<h3><a id="index_s"></a>- s -</h3><ul>
<li>score
: <a class="el" href="structkvstore__v1__xxx_1_1basic__key__value__store__info.html#a42ce844ff625bc9912a30d0fac3c5f45">kvstore_v1_xxx::basic_key_value_store_info</a>
</li>
<li>secure_byte_socket_source
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t_1_1multiplexes__t.html#af895bb4eab6f08fc04cbf68ac372d755">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t</a>
</li>
<li>size
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#abd22fa87036c07f28e92469b970878a9">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>sock
: <a class="el" href="structllfio__v2__xxx_1_1native__handle__type.html#a3422bc1b2bc540ad3fc51dc479a37d40">llfio_v2_xxx::native_handle_type</a>
</li>
<li>st_allocated
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a57ae0ee58e01481b7879596f319b9e1d">llfio_v2_xxx::stat_t</a>
</li>
<li>st_atim
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a3e33b115cae22ba75360660274f660b9">llfio_v2_xxx::stat_t</a>
</li>
<li>st_birthtim
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a7175e9ba3f0dae6ae87fb3001ca47e61">llfio_v2_xxx::stat_t</a>
</li>
<li>st_blksize
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a6058efe9cba70e827f7c2b9939e93542">llfio_v2_xxx::stat_t</a>
</li>
<li>st_blocks
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a6cd05a47e04d120baa71d8898c345b29">llfio_v2_xxx::stat_t</a>
</li>
<li>st_compressed
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a58b1f9a81b4f8a1c01715aa139bc2d0f">llfio_v2_xxx::stat_t</a>
</li>
<li>st_ctim
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a5656cbf7f1eb5fb2a921eac5caf3e506">llfio_v2_xxx::stat_t</a>
</li>
<li>st_dev
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#ac6b928c490cef1f12fbd92cd96e49d9c">llfio_v2_xxx::stat_t</a>
</li>
<li>st_flags
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a4b55ae8203ee4f89cec67666a2fd0752">llfio_v2_xxx::stat_t</a>
</li>
<li>st_gen
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a23ca23f4ea9ef43fd58c2ede2bd58532">llfio_v2_xxx::stat_t</a>
</li>
<li>st_gid
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a83827c7cbf9ebc2b5c965e509ed1748b">llfio_v2_xxx::stat_t</a>
</li>
<li>st_ino
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#ad6de8a630079dc8fda3370a0bf1599e2">llfio_v2_xxx::stat_t</a>
</li>
<li>st_mtim
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#aefe8c88dad824c911fa7bf6e1baef1c4">llfio_v2_xxx::stat_t</a>
</li>
<li>st_nlink
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#adddfea199a341a46824f6deec2952bb4">llfio_v2_xxx::stat_t</a>
</li>
<li>st_perms
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#aad72b484858508a738a8ef478fbfd26f">llfio_v2_xxx::stat_t</a>
</li>
<li>st_rdev
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a17d58119a066c7f0bef7d929f3dcddc2">llfio_v2_xxx::stat_t</a>
</li>
<li>st_reparse_point
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a1de59fc48a2273af928151270d3a6518">llfio_v2_xxx::stat_t</a>
</li>
<li>st_size
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#abbe9fc921f2cbb96d68da4e0b208597a">llfio_v2_xxx::stat_t</a>
</li>
<li>st_sparse
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a40efc73a0eee503c070ae843754504d2">llfio_v2_xxx::stat_t</a>
</li>
<li>st_type
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#a407dbe624125b5d0d40ebfe647d41214">llfio_v2_xxx::stat_t</a>
</li>
<li>st_uid
: <a class="el" href="structllfio__v2__xxx_1_1stat__t.html#ad42affc84324ad00a39379ab3d9a428b">llfio_v2_xxx::stat_t</a>
</li>
<li>stat
: <a class="el" href="structllfio__v2__xxx_1_1directory__entry.html#ac679ef1297de655163136230986c0ffe">llfio_v2_xxx::directory_entry</a>
, <a class="el" href="structllfio__v2__xxx_1_1path__discovery_1_1discovered__path.html#a9a05ee5192ed88b7727574b6502dec61">llfio_v2_xxx::path_discovery::discovered_path</a>
</li>
<li>state
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1__unsynchronised__io__operation__state.html#ae2e3d01db64f0199219310b16822eba2">llfio_v2_xxx::byte_io_multiplexer::_unsynchronised_io_operation_state</a>
</li>
<li>stats_failed
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#abccbd441328708dfb408efcb4eda1a97">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>steady
: <a class="el" href="structllfio__v2__xxx_1_1deadline.html#ac2dafd421ada591cd07f5b58cd8d976b">llfio_v2_xxx::deadline</a>
</li>
<li>system_commit_charge_available
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#a3ee6fde7e3f58576e863f5ba9a8ac1bb">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>system_commit_charge_maximum
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#a71a7794b7c8b829e8a40d1addb550c9d">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>system_ns_in_idle_mode
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__cpu__usage.html#a55e2c32be8d648b39854d1679d879f92">llfio_v2_xxx::utils::process_cpu_usage</a>
</li>
<li>system_ns_in_kernel_mode
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__cpu__usage.html#a9df8fbb936167cf8599b0017de3596ec">llfio_v2_xxx::utils::process_cpu_usage</a>
</li>
<li>system_ns_in_user_mode
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__cpu__usage.html#aea54e0e07a284fe73472a7ff070cf0e2">llfio_v2_xxx::utils::process_cpu_usage</a>
</li>
<li>system_physical_memory_available
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#ad39fad2cabef9757f2151d58b9de1503">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>system_physical_memory_total
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#a35729266e4502c125adaae17ded0d664">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
</ul>


<h3><a id="index_t"></a>- t -</h3><ul>
<li>total_address_space_in_use
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#adf45c0d5909d6067817a07dc1a11676b">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>total_address_space_paged_in
: <a class="el" href="structllfio__v2__xxx_1_1utils_1_1process__memory__usage.html#ad5b2ceeb0974a4a3115bdc74fc9d5b8f">llfio_v2_xxx::utils::process_memory_usage</a>
</li>
<li>type
: <a class="el" href="structllfio__v2__xxx_1_1storage__profile_1_1item__base.html#a948529cb03ceb639a2b5f9c7d20542eb">llfio_v2_xxx::storage_profile::item_base</a>
</li>
<li>types
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a51f79229a629006e28869656111d97e7">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
</ul>


<h3><a id="index_u"></a>- u -</h3><ul>
<li>utc
: <a class="el" href="structllfio__v2__xxx_1_1deadline.html#acbc4f85fc48f6818ba7b418ac4c7a545">llfio_v2_xxx::deadline</a>
</li>
</ul>


<h3><a id="index_v"></a>- v -</h3><ul>
<li>value
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1shared__fs__mutex_1_1shared__fs__mutex_1_1entity__type.html#a2ad515aaa41bfda6ade62bd7257330f6">llfio_v2_xxx::algorithm::shared_fs_mutex::shared_fs_mutex::entity_type</a>
, <a class="el" href="structllfio__v2__xxx_1_1storage__profile_1_1item.html#a73583a38b2eac0522a71353b096f594b">llfio_v2_xxx::storage_profile::item&lt; T &gt;</a>
</li>
<li>version
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1implementation__information__t.html#ad8124d1a32ee399d607aadc55cb4da16">llfio_v2_xxx::byte_io_multiplexer::implementation_information_t</a>
, <a class="el" href="structllfio__v2__xxx_1_1tls__socket__source__implementation__information.html#a4eafe5e13d3e540948c65d5e26413ce3">llfio_v2_xxx::tls_socket_source_implementation_information</a>
</li>
<li>visitor
: <a class="el" href="structllfio__v2__xxx_1_1byte__io__multiplexer_1_1io__operation__state.html#aab42664c6e3a4eee2298b5d1cae48f8b">llfio_v2_xxx::byte_io_multiplexer::io_operation_state</a>
</li>
</ul>


<h3><a id="index_w"></a>- w -</h3><ul>
<li>want
: <a class="el" href="structllfio__v2__xxx_1_1algorithm_1_1traversal__summary.html#a0a99a9a1846577f6925479671480bd28">llfio_v2_xxx::algorithm::traversal_summary</a>
</li>
<li>writes
: <a class="el" href="structllfio__v2__xxx_1_1dynamic__thread__pool__group_1_1io__aware__work__item_1_1byte__io__handle__awareness.html#a031271e11144276936c63507dd6ef8a7">llfio_v2_xxx::dynamic_thread_pool_group::io_aware_work_item::byte_io_handle_awareness</a>
</li>
</ul>


<h3><a id="index_x"></a>- x -</h3><ul>
<li>xattr
: <a class="el" href="structllfio__v2__xxx_1_1statfs__t_1_1f__flags__t.html#a129920c6447ee9666c0bc935a8e2d243">llfio_v2_xxx::statfs_t::f_flags_t</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
  </ul>
</div>
</body>
</html>