NetBSD/sys/dev/dm/files.dm
haad 894d2ad3b7 Add stubs for mirror target, too. This target does nothing for now, but lvm
tools support mirror target and trying to create LV with mirrorred backend
caused panic in dm_table_load_ioctl.
2009-01-02 11:03:24 +00:00

14 lines
522 B
Plaintext

defpseudo dm
file dev/dm/device-mapper.c dm
file dev/dm/dm_dev.c dm
file dev/dm/dm_ioctl.c dm
file dev/dm/dm_pdev.c dm
file dev/dm/dm_table.c dm
file dev/dm/dm_target.c dm
file dev/dm/dm_target_error.c dm
file dev/dm/dm_target_linear.c dm
file dev/dm/dm_target_mirror.c dm
file dev/dm/dm_target_zero.c dm
file dev/dm/dm_target_snapshot.c dm
file dev/dm/dm_target_stripe.c dm