File: libblockdev-sections.txt

package info (click to toggle)
libblockdev 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,140 kB
  • sloc: ansic: 25,226; python: 11,877; makefile: 684; sh: 503; xml: 146
file content (869 lines) | stat: -rw-r--r-- 17,082 bytes parent folder | download
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
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
<SECTION>
<FILE>blockdev</FILE>
BD_INIT_ERROR
BDInitError
bd_init
bd_ensure_init
bd_try_init
bd_reinit
bd_try_reinit
bd_is_initialized
bd_init_error_quark
</SECTION>

<SECTION>
<FILE>btrfs</FILE>
bd_btrfs_init
bd_btrfs_close
BD_BTRFS_MAIN_VOLUME_ID
BD_BTRFS_MIN_MEMBER_SIZE
bd_btrfs_error_quark
BD_BTRFS_ERROR
BDBtrfsError
BDBtrfsDeviceInfo
bd_btrfs_device_info_free
bd_btrfs_device_info_copy
BDBtrfsSubvolumeInfo
bd_btrfs_subvolume_info_free
bd_btrfs_subvolume_info_copy
BDBtrfsFilesystemInfo
bd_btrfs_filesystem_info_free
bd_btrfs_filesystem_info_copy
bd_btrfs_create_volume
bd_btrfs_add_device
bd_btrfs_remove_device
bd_btrfs_create_subvolume
bd_btrfs_delete_subvolume
bd_btrfs_get_default_subvolume_id
bd_btrfs_set_default_subvolume
bd_btrfs_create_snapshot
bd_btrfs_list_devices
bd_btrfs_list_subvolumes
bd_btrfs_filesystem_info
bd_btrfs_mkfs
bd_btrfs_resize
bd_btrfs_check
bd_btrfs_repair
bd_btrfs_change_label
BDBtrfsTech
BDBtrfsTechMode
bd_btrfs_is_tech_avail
</SECTION>

<SECTION>
<FILE>crypto</FILE>
bd_crypto_close
bd_crypto_init
bd_crypto_error_quark
BD_CRYPTO_ERROR
BDCryptoError
BD_CRYPTO_BACKUP_PASSPHRASE_CHARSET
BD_CRYPTO_BACKUP_PASSPHRASE_LENGTH
bd_crypto_generate_backup_passphrase
bd_crypto_device_is_luks
bd_crypto_device_seems_encrypted
bd_crypto_luks_status
bd_crypto_luks_format
bd_crypto_luks_extra_free
bd_crypto_luks_extra_copy
bd_crypto_luks_extra_new
BDCryptoLUKSExtra
bd_crypto_luks_pbkdf_free
bd_crypto_luks_pbkdf_copy
bd_crypto_luks_pbkdf_new
BDCryptoLUKSPBKDF
BDCryptoLUKSVersion
BDCryptoKeyslotContext
bd_crypto_keyslot_context_free
bd_crypto_keyslot_context_copy
bd_crypto_keyslot_context_new_passphrase
bd_crypto_keyslot_context_new_keyfile
bd_crypto_keyslot_context_new_keyring
bd_crypto_keyslot_context_new_volume_key
bd_crypto_luks_open
bd_crypto_luks_close
bd_crypto_luks_add_key
bd_crypto_luks_remove_key
bd_crypto_luks_change_key
bd_crypto_luks_resize
bd_crypto_luks_suspend
bd_crypto_luks_resume
bd_crypto_luks_kill_slot
bd_crypto_luks_header_backup
bd_crypto_luks_header_restore
bd_crypto_luks_set_label
bd_crypto_luks_set_uuid
bd_crypto_luks_convert
BDCryptoLUKSPersistentFlags
bd_crypto_luks_set_persistent_flags
BDCryptoLUKSInfo
bd_crypto_luks_info_free
bd_crypto_luks_info_copy
bd_crypto_luks_info
BDCryptoIntegrityInfo
bd_crypto_integrity_info_free
bd_crypto_integrity_info_copy
bd_crypto_integrity_info
BDCryptoIntegrityExtra
bd_crypto_integrity_extra_copy
bd_crypto_integrity_extra_free
bd_crypto_integrity_extra_new
bd_crypto_integrity_format
BDCryptoIntegrityOpenFlags
bd_crypto_integrity_open
bd_crypto_integrity_close
BDCryptoLUKSTokenInfo
bd_crypto_luks_token_info_free
bd_crypto_luks_token_info_copy
bd_crypto_luks_token_info
bd_crypto_keyring_add_key
bd_crypto_tc_open
bd_crypto_tc_close
bd_crypto_escrow_device
BDCryptoBITLKInfo
bd_crypto_bitlk_info
bd_crypto_bitlk_info_copy
bd_crypto_bitlk_info_free
bd_crypto_bitlk_open
bd_crypto_bitlk_close
bd_crypto_fvault2_open
bd_crypto_fvault2_close
bd_crypto_opal_is_supported
bd_crypto_opal_wipe_device
bd_crypto_opal_format
bd_crypto_opal_reset_device
BDCryptoLUKSHWEncryptionType
BDCryptoTech
BDCryptoTechMode
bd_crypto_is_tech_avail
</SECTION>

<SECTION>
<FILE>dm</FILE>
bd_dm_close
bd_dm_init
bd_dm_error_quark
BD_DM_ERROR
BDDMError
bd_dm_create_linear
bd_dm_remove
bd_dm_name_from_node
bd_dm_node_from_name
bd_dm_map_exists
bd_dm_get_subsystem_from_name
BDDMTech
BDDMTechMode
bd_dm_is_tech_avail
</SECTION>

<SECTION>
<FILE>utils</FILE>
BDUtilsProgExtract
BDUtilsProgFunc
BDUtilsProgStatus
BDUtilsLogFunc
bd_utils_exec_error_quark
BD_UTILS_EXEC_ERROR
BDUtilsExecError
BDUtilsDevUtilsError
BDUtilsDBusError
BDUtilsModuleError
BD_UTILS_DEV_UTILS_ERROR
BD_UTILS_DBUS_ERROR
BD_UTILS_MODULE_ERROR
BDUtilsLinuxVersion
bd_utils_dev_utils_error_quark
bd_utils_exec_and_report_error
bd_utils_exec_and_report_status_error
bd_utils_exec_and_capture_output
bd_utils_exec_and_capture_output_no_progress
bd_utils_exec_and_report_error_no_progress
bd_utils_exec_and_report_progress
bd_utils_exec_with_input
bd_utils_prog_reporting_initialized
bd_utils_init_logging
bd_utils_init_prog_reporting
bd_utils_init_prog_reporting_thread
bd_utils_mute_prog_reporting_thread
bd_utils_report_finished
bd_utils_report_progress
bd_utils_report_started
bd_utils_get_next_task_id
bd_utils_log_task_status
bd_utils_log
bd_utils_log_format
bd_utils_log_stdout
bd_utils_echo_str_to_file
bd_utils_set_log_level
bd_utils_check_util_version
bd_utils_version_cmp
BDExtraArg
bd_extra_arg_new
bd_extra_arg_copy
bd_extra_arg_free
bd_extra_arg_list_free
bd_extra_arg_get_type
bd_utils_resolve_device
bd_utils_get_device_symlinks
bd_utils_have_kernel_module
bd_utils_load_kernel_module
bd_utils_unload_kernel_module
bd_utils_get_linux_version
bd_utils_check_linux_version
bd_utils_dbus_service_available
bd_utils_dbus_error_quark
bd_utils_module_error_quark
EXBIBYTE
EiB
GIBIBYTE
GiB
KIBIBYTE
KiB
MEBIBYTE
MiB
PEBIBYTE
PiB
TEBIBYTE
TiB
EB
EXABYTE
GB
GIGABYTE
KB
KILOBYTE
MB
MEGABYTE
PB
PETABYTE
TB
TERABYTE
BD_UTILS_LOG_EMERG
BD_UTILS_LOG_ALERT
BD_UTILS_LOG_CRIT
BD_UTILS_LOG_ERR
BD_UTILS_LOG_WARNING
BD_UTILS_LOG_NOTICE
BD_UTILS_LOG_INFO
BD_UTILS_LOG_DEBUG
</SECTION>

<SECTION>
<FILE>loop</FILE>
bd_loop_init
bd_loop_close
bd_loop_error_quark
BD_LOOP_ERROR
BDLoopError
BDLoopInfo
bd_loop_info
bd_loop_info_copy
bd_loop_info_free
bd_loop_get_loop_name
bd_loop_setup
bd_loop_setup_from_fd
bd_loop_teardown
bd_loop_set_autoclear
bd_loop_set_capacity
BDLoopTech
BDLoopTechMode
bd_loop_is_tech_avail
</SECTION>

<SECTION>
<FILE>lvm</FILE>
bd_lvm_close
bd_lvm_init
bd_lvm_error_quark
BD_LVM_ERROR
BDLVMError
BDLVMPVdata
bd_lvm_pvdata_free
bd_lvm_pvdata_copy
BDLVMVGdata
bd_lvm_vgdata_free
bd_lvm_vgdata_copy
BDLVMSEGdata
bd_lvm_segdata_free
bd_lvm_segdata_copy
BDLVMLVdata
bd_lvm_lvdata_free
bd_lvm_lvdata_copy
BDLVMCacheMode
BDLVMCachePoolFlags
BDLVMCacheStats
bd_lvm_cache_stats_copy
bd_lvm_cache_stats_free
BDLVMVDOStats
BDLVMVDOCompressionState
BDLVMVDOIndexState
BDLVMVDOOperatingMode
BDLVMVDOPooldata
BDLVMVDOWritePolicy
bd_lvm_vdo_stats_free
bd_lvm_vdo_stats_copy
bd_lvm_is_supported_pe_size
bd_lvm_get_supported_pe_sizes
bd_lvm_get_max_lv_size
bd_lvm_round_size_to_pe
bd_lvm_get_lv_physical_size
bd_lvm_get_thpool_padding
bd_lvm_get_thpool_meta_size
bd_lvm_is_valid_thpool_md_size
bd_lvm_is_valid_thpool_chunk_size
bd_lvm_pvcreate
bd_lvm_pvresize
bd_lvm_pvremove
bd_lvm_pvmove
bd_lvm_pvscan
bd_lvm_add_pv_tags
bd_lvm_delete_pv_tags
bd_lvm_pvinfo
bd_lvm_pvs
bd_lvm_vgcreate
bd_lvm_vgremove
bd_lvm_vgrename
bd_lvm_vgactivate
bd_lvm_vgdeactivate
bd_lvm_vgextend
bd_lvm_vgreduce
bd_lvm_vglock_start
bd_lvm_vglock_stop
bd_lvm_vgcfgbackup
bd_lvm_vgcfgrestore
bd_lvm_add_vg_tags
bd_lvm_delete_vg_tags
bd_lvm_vginfo
bd_lvm_vgs
bd_lvm_lvorigin
bd_lvm_lvcreate
bd_lvm_lvremove
bd_lvm_lvrename
bd_lvm_lvresize
bd_lvm_lvrepair
bd_lvm_lvactivate
bd_lvm_lvdeactivate
bd_lvm_lvsnapshotcreate
bd_lvm_lvsnapshotmerge
bd_lvm_add_lv_tags
bd_lvm_delete_lv_tags
bd_lvm_lvinfo
bd_lvm_lvinfo_tree
bd_lvm_lvs
bd_lvm_lvs_tree
bd_lvm_thpoolcreate
bd_lvm_thpool_convert
bd_lvm_thlvcreate
bd_lvm_thlvpoolname
bd_lvm_thsnapshotcreate
bd_lvm_set_global_config
bd_lvm_get_global_config
bd_lvm_cache_attach
bd_lvm_cache_create_cached_lv
bd_lvm_cache_create_pool
bd_lvm_cache_pool_convert
bd_lvm_cache_detach
bd_lvm_cache_get_default_md_size
bd_lvm_cache_get_mode_from_str
bd_lvm_cache_get_mode_str
bd_lvm_cache_pool_name
bd_lvm_cache_stats
bd_lvm_vdolvpoolname
bd_lvm_get_vdo_operating_mode_str
bd_lvm_get_vdo_compression_state_str
bd_lvm_get_vdo_index_state_str
bd_lvm_get_vdo_write_policy_from_str
bd_lvm_vdo_get_stats
bd_lvm_vdo_get_stats_full
bd_lvm_vdo_disable_compression
bd_lvm_vdo_disable_deduplication
bd_lvm_vdo_enable_compression
bd_lvm_vdo_enable_deduplication
bd_lvm_vdo_info
bd_lvm_vdo_pool_convert
bd_lvm_vdo_pool_create
bd_lvm_vdo_pool_resize
bd_lvm_vdo_resize
bd_lvm_vdopooldata_copy
bd_lvm_vdopooldata_free
bd_lvm_devices_add
bd_lvm_devices_delete
bd_lvm_get_devices_filter
bd_lvm_get_vdo_write_policy_str
bd_lvm_set_devices_filter
bd_lvm_writecache_attach
bd_lvm_writecache_create_cached_lv
bd_lvm_writecache_detach
bd_lvm_config_get
BDLVMTech
BDLVMTechMode
bd_lvm_is_tech_avail
</SECTION>

<SECTION>
<FILE>mdraid</FILE>
bd_md_init
bd_md_close
BD_MD_SUPERBLOCK_SIZE
BD_MD_CHUNK_SIZE
bd_md_error_quark
BD_MD_ERROR
BDMDError
BDMDExamineData
bd_md_examine_data_copy
bd_md_examine_data_free
BDMDDetailData
bd_md_detail_data_free
bd_md_detail_data_copy
bd_md_get_superblock_size
bd_md_create
bd_md_destroy
bd_md_deactivate
bd_md_activate
bd_md_run
bd_md_nominate
bd_md_denominate
bd_md_add
bd_md_remove
bd_md_examine
bd_md_canonicalize_uuid
bd_md_get_md_uuid
bd_md_detail
bd_md_node_from_name
bd_md_name_from_node
bd_md_get_status
bd_md_set_bitmap_location
bd_md_get_bitmap_location
bd_md_request_sync_action
BDMDTech
BDMDTechMode
bd_md_is_tech_avail
</SECTION>

<SECTION>
<FILE>mpath</FILE>
bd_mpath_init
bd_mpath_close
bd_mpath_error_quark
BD_MPATH_ERROR
BDMpathError
bd_mpath_flush_mpaths
bd_mpath_is_mpath_member
bd_mpath_get_mpath_members
bd_mpath_set_friendly_names
BDMpathTech
BDMpathTechMode
bd_mpath_is_tech_avail
</SECTION>

<SECTION>
<FILE>plugins</FILE>
BDPlugin
bd_plugin_spec_copy
bd_plugin_spec_free
bd_plugin_spec_new
bd_is_plugin_available
bd_get_available_plugin_names
bd_get_plugin_soname
bd_get_plugin_name
<SUBSECTION Standard>
BDPluginSpec
BD_TYPE_PLUGIN_SPEC
bd_plugin_spec_get_type
</SECTION>

<SECTION>
<FILE>swap</FILE>
bd_swap_init
bd_swap_close
bd_swap_error_quark
BD_SWAP_ERROR
BDSwapError
bd_swap_mkswap
bd_swap_swapon
bd_swap_swapoff
bd_swap_swapstatus
bd_swap_check_label
bd_swap_set_label
bd_swap_check_uuid
bd_swap_set_uuid
BDSwapTech
BDSwapTechMode
bd_swap_is_tech_avail
</SECTION>

<SECTION>
<FILE>part</FILE>
bd_part_init
bd_part_close
BD_PART_ERROR
BD_PART_TYPE_SPEC
BDPartAlign
BDPartSpec
BDPartType
BDPartTypeReq
BDPartError
BDPartTableType
BDPartDiskSpec
bd_part_create_table
bd_part_create_part
bd_part_delete_part
bd_part_resize_part
bd_part_get_disk_parts
bd_part_get_part_spec
bd_part_spec_copy
bd_part_spec_free
bd_part_spec_get_type
bd_part_get_part_table_type_str
bd_part_get_type_str
bd_part_get_best_free_region
bd_part_get_disk_free_regions
bd_part_get_disk_spec
bd_part_get_part_by_pos
bd_part_set_part_name
bd_part_set_part_type
bd_part_set_part_id
bd_part_set_part_bootable
bd_part_set_part_attributes
bd_part_set_part_uuid
bd_part_error_quark
BDPartTech
BDPartTechMode
bd_part_is_tech_avail
bd_part_disk_spec_copy
bd_part_disk_spec_free
</SECTION>

<SECTION>
<FILE>fs</FILE>
bd_fs_init
bd_fs_close
BDFSExt2Info
BDFSExt3Info
BDFSExt4Info
BDFSError
BD_FS_ERROR
bd_fs_error_quark
bd_fs_wipe
bd_fs_clean
bd_fs_get_fstype
bd_fs_freeze
bd_fs_unfreeze
bd_fs_mount
bd_fs_unmount
bd_fs_get_mountpoint
bd_fs_is_mountpoint
bd_fs_resize
bd_fs_repair
bd_fs_check
bd_fs_set_label
bd_fs_check_label
bd_fs_get_size
bd_fs_get_free_space
bd_fs_get_min_size
bd_fs_can_resize
bd_fs_can_check
bd_fs_can_repair
bd_fs_can_set_label
bd_fs_can_get_size
bd_fs_can_get_free_space
bd_fs_can_get_min_size
bd_fs_can_get_info
bd_fs_can_set_uuid
bd_fs_set_uuid
bd_fs_check_uuid
BDFSConfigureFlags
BDFSFeatureFlags
BDFSFeatures
bd_fs_features
bd_fs_features_copy
bd_fs_features_free
BDFSFsckFlags
BDFSMkfsOptions
BDFSMkfsOptionsFlags
bd_fs_can_mkfs
bd_fs_mkfs
bd_fs_mkfs_options_copy
bd_fs_mkfs_options_free
bd_fs_supported_filesystems
bd_fs_ext2_check
bd_fs_ext2_get_info
bd_fs_ext2_info_copy
bd_fs_ext2_info_free
bd_fs_ext2_mkfs
bd_fs_ext2_repair
bd_fs_ext2_resize
bd_fs_ext2_set_label
bd_fs_ext2_check_label
bd_fs_ext2_set_uuid
bd_fs_ext2_check_uuid
bd_fs_ext2_get_min_size
bd_fs_ext3_check
bd_fs_ext3_get_info
bd_fs_ext3_info_copy
bd_fs_ext3_info_free
bd_fs_ext3_mkfs
bd_fs_ext3_repair
bd_fs_ext3_resize
bd_fs_ext3_set_label
bd_fs_ext3_check_label
bd_fs_ext3_set_uuid
bd_fs_ext3_check_uuid
bd_fs_ext3_get_min_size
bd_fs_ext4_check
bd_fs_ext4_get_info
bd_fs_ext4_info_copy
bd_fs_ext4_info_free
bd_fs_ext4_mkfs
bd_fs_ext4_repair
bd_fs_ext4_resize
bd_fs_ext4_set_label
bd_fs_ext4_check_label
bd_fs_ext4_set_uuid
bd_fs_ext4_check_uuid
bd_fs_ext4_get_min_size
BDFSXfsInfo
bd_fs_xfs_check
bd_fs_xfs_get_info
bd_fs_xfs_info_copy
bd_fs_xfs_info_free
bd_fs_xfs_mkfs
bd_fs_xfs_repair
bd_fs_xfs_resize
bd_fs_xfs_set_label
bd_fs_xfs_check_label
bd_fs_xfs_set_uuid
bd_fs_xfs_check_uuid
BDFSVfatInfo
bd_fs_vfat_check
bd_fs_vfat_get_info
bd_fs_vfat_info_copy
bd_fs_vfat_info_free
bd_fs_vfat_mkfs
bd_fs_vfat_repair
bd_fs_vfat_resize
bd_fs_vfat_set_label
bd_fs_vfat_check_label
bd_fs_vfat_set_uuid
bd_fs_vfat_check_uuid
BDFSTech
BDFSTechMode
BDFSResizeFlags
bd_fs_is_tech_avail
BDFSNtfsInfo
bd_fs_ntfs_check
bd_fs_ntfs_get_info
bd_fs_ntfs_mkfs
bd_fs_ntfs_repair
bd_fs_ntfs_resize
bd_fs_ntfs_set_label
bd_fs_ntfs_check_label
bd_fs_ntfs_info_copy
bd_fs_ntfs_info_free
bd_fs_ntfs_set_uuid
bd_fs_ntfs_check_uuid
bd_fs_ntfs_get_min_size
BDFSF2FSInfo
BDFSF2FSFeature
bd_fs_f2fs_info_copy
bd_fs_f2fs_info_free
bd_fs_f2fs_mkfs
bd_fs_f2fs_check
bd_fs_f2fs_repair
bd_fs_f2fs_get_info
bd_fs_f2fs_resize
bd_fs_f2fs_check_label
BDFSNILFS2Info
bd_fs_nilfs2_get_info
bd_fs_nilfs2_info_copy
bd_fs_nilfs2_info_free
bd_fs_nilfs2_mkfs
bd_fs_nilfs2_resize
bd_fs_nilfs2_set_label
bd_fs_nilfs2_check_label
bd_fs_nilfs2_set_uuid
bd_fs_nilfs2_check_uuid
BDFSExfatInfo
bd_fs_exfat_check
bd_fs_exfat_get_info
bd_fs_exfat_info_copy
bd_fs_exfat_info_free
bd_fs_exfat_mkfs
bd_fs_exfat_repair
bd_fs_exfat_set_label
bd_fs_exfat_check_label
bd_fs_exfat_set_uuid
bd_fs_exfat_check_uuid
BDFSBtrfsInfo
bd_fs_btrfs_get_info
bd_fs_btrfs_info_copy
bd_fs_btrfs_info_free
bd_fs_btrfs_mkfs
bd_fs_btrfs_check
bd_fs_btrfs_repair
bd_fs_btrfs_set_label
bd_fs_btrfs_check_label
bd_fs_btrfs_set_uuid
bd_fs_btrfs_check_uuid
bd_fs_btrfs_resize
BDFSUdfInfo
bd_fs_udf_get_info
bd_fs_udf_info_copy
bd_fs_udf_info_free
bd_fs_udf_mkfs
bd_fs_udf_set_label
bd_fs_udf_check_label
bd_fs_udf_set_uuid
bd_fs_udf_check_uuid
</SECTION>

<SECTION>
<FILE>s390</FILE>
bd_s390_init
bd_s390_close
bd_s390_error_quark
BDS390Error
BD_S390_ERROR
bd_s390_dasd_format
bd_s390_dasd_needs_format
bd_s390_sanitize_dev_input
bd_s390_dasd_online
bd_s390_dasd_is_ldl
bd_s390_dasd_is_fba
bd_s390_zfcp_sanitize_wwpn_input
bd_s390_zfcp_sanitize_lun_input
bd_s390_zfcp_online
bd_s390_zfcp_scsi_offline
bd_s390_zfcp_offline
BDS390Tech
BDS390TechMode
bd_s390_is_tech_avail
</SECTION>

<SECTION>
<FILE>nvdimm</FILE>
bd_nvdimm_close
bd_nvdimm_init
bd_nvdimm_error_quark
BD_NVDIMM_ERROR
BDNVDIMMError
BDNVDIMMNamespaceMode
BDNVDIMMNamespaceInfo
bd_nvdimm_namespace_get_mode_from_str
bd_nvdimm_namespace_get_mode_str
bd_nvdimm_namespace_get_devname
bd_nvdimm_namespace_enable
bd_nvdimm_namespace_disable
bd_nvdimm_namespace_info
bd_nvdimm_list_namespaces
bd_nvdimm_namespace_reconfigure
bd_nvdimm_namespace_get_supported_sector_sizes
bd_nvdimm_namespace_info_copy
bd_nvdimm_namespace_info_free
BDNVDIMMTech
BDNVDIMMTechMode
bd_nvdimm_is_tech_avail
</SECTION>

<SECTION>
<FILE>nvme</FILE>
bd_nvme_close
bd_nvme_init
bd_nvme_error_quark
BD_NVME_ERROR
BDNVMEError
BDNVMETech
BDNVMETechMode
bd_nvme_is_tech_avail
BDNVMEControllerFeature
BDNVMEControllerType
BDNVMEControllerInfo
bd_nvme_get_controller_info
bd_nvme_controller_info_free
bd_nvme_controller_info_copy
BDNVMELBAFormatRelativePerformance
BDNVMELBAFormat
bd_nvme_lba_format_free
bd_nvme_lba_format_copy
BDNVMENamespaceFeature
BDNVMENamespaceInfo
bd_nvme_get_namespace_info
bd_nvme_namespace_info_free
bd_nvme_namespace_info_copy
BDNVMESmartCriticalWarning
BDNVMESmartLog
bd_nvme_get_smart_log
bd_nvme_smart_log_free
bd_nvme_smart_log_copy
BDNVMETransportType
BDNVMEErrorLogEntry
bd_nvme_get_error_log_entries
bd_nvme_error_log_entry_free
bd_nvme_error_log_entry_copy
BDNVMESelfTestLog
BDNVMESelfTestLogEntry
BDNVMESelfTestAction
BDNVMESelfTestResult
bd_nvme_get_self_test_log
bd_nvme_self_test_log_free
bd_nvme_self_test_log_copy
bd_nvme_self_test_log_entry_free
bd_nvme_self_test_log_entry_copy
bd_nvme_self_test_result_to_string
bd_nvme_device_self_test
BDNVMEFormatSecureErase
bd_nvme_format
BDNVMESanitizeStatus
BDNVMESanitizeLog
bd_nvme_get_sanitize_log
bd_nvme_sanitize_log_free
bd_nvme_sanitize_log_copy
BDNVMESanitizeAction
bd_nvme_sanitize
bd_nvme_get_host_nqn
bd_nvme_get_host_id
bd_nvme_generate_host_nqn
bd_nvme_set_host_nqn
bd_nvme_set_host_id
bd_nvme_connect
bd_nvme_disconnect
bd_nvme_disconnect_by_path
bd_nvme_find_ctrls_for_ns
</SECTION>

<SECTION>
<FILE>smart</FILE>
bd_smart_check_deps
bd_smart_close
bd_smart_init
bd_smart_error_quark
BD_SMART_ERROR
BDSmartError
BDSmartTech
BDSmartTechMode
bd_smart_is_tech_avail
BD_SMART_TYPE_ATA
BD_SMART_TYPE_ATA_ATTRIBUTE
BDSmartATAAttribute
BDSmartATAAttributeUnit
BDSmartATAAttributeFlag
BDSmartATACapabilities
BDSmartATAOfflineDataCollectionCapabilities
BDSmartATAOfflineDataCollectionStatus
BDSmartATASelfTestStatus
BDSmartATA
bd_smart_ata_get_info
bd_smart_ata_get_info_from_data
bd_smart_ata_copy
bd_smart_ata_free
bd_smart_ata_attribute_copy
bd_smart_ata_attribute_free
BDSmartSCSIInformationalException
BDSmartSCSIBackgroundScanStatus
BDSmartSCSI
bd_smart_scsi_get_info
bd_smart_scsi_free
bd_smart_scsi_copy
bd_smart_set_enabled
BDSmartSelfTestOp
bd_smart_device_self_test
</SECTION>