xref: /netbsd-src/sys/dev/raidframe/files.raidframe (revision 808873b5c32f3eb7326add45fae2c6c53417132d)
1*808873b5Soster#	$NetBSD: files.raidframe,v 1.11 2023/09/25 21:59:38 oster Exp $
2bbb03955Sthorpej
3bbb03955Sthorpejdefflag			RAID_AUTOCONFIG
4bbb03955Sthorpejdefflag			RAID_DIAGNOSTIC
5bbb03955Sthorpej
61f0a4238Sdrochnerdefpseudodev raid:		disk
7bbb03955Sthorpej
8e3f6e1aaSchristosfile	dev/raidframe/rf_acctrace.c		raid
9bbb03955Sthorpejfile	dev/raidframe/rf_alloclist.c		raid
10bbb03955Sthorpejfile	dev/raidframe/rf_aselect.c		raid
11bbb03955Sthorpejfile	dev/raidframe/rf_callback.c		raid
12bbb03955Sthorpejfile	dev/raidframe/rf_chaindecluster.c	raid
13bbb03955Sthorpejfile	dev/raidframe/rf_cvscan.c		raid
14bbb03955Sthorpejfile	dev/raidframe/rf_dagdegrd.c		raid
15bbb03955Sthorpejfile	dev/raidframe/rf_dagdegwr.c		raid
16bbb03955Sthorpejfile	dev/raidframe/rf_dagffrd.c		raid
17bbb03955Sthorpejfile	dev/raidframe/rf_dagffwr.c		raid
18bbb03955Sthorpejfile	dev/raidframe/rf_dagfuncs.c		raid
19bbb03955Sthorpejfile	dev/raidframe/rf_dagutils.c		raid
20bbb03955Sthorpejfile	dev/raidframe/rf_debugMem.c		raid
21bbb03955Sthorpejfile	dev/raidframe/rf_debugprint.c		raid
22bbb03955Sthorpejfile	dev/raidframe/rf_decluster.c		raid
23bbb03955Sthorpejfile	dev/raidframe/rf_declusterPQ.c		raid
24bbb03955Sthorpejfile	dev/raidframe/rf_diskqueue.c		raid
25bbb03955Sthorpejfile	dev/raidframe/rf_disks.c		raid
26bbb03955Sthorpejfile	dev/raidframe/rf_driver.c		raid
27bbb03955Sthorpejfile	dev/raidframe/rf_engine.c		raid
28bbb03955Sthorpejfile	dev/raidframe/rf_evenodd.c		raid
29bbb03955Sthorpejfile	dev/raidframe/rf_evenodd_dagfuncs.c	raid
30bbb03955Sthorpejfile	dev/raidframe/rf_evenodd_dags.c		raid
31bbb03955Sthorpejfile	dev/raidframe/rf_fifo.c			raid
32bbb03955Sthorpejfile	dev/raidframe/rf_interdecluster.c	raid
33bbb03955Sthorpejfile	dev/raidframe/rf_invertq.c		raid
34bbb03955Sthorpejfile	dev/raidframe/rf_layout.c		raid
35bbb03955Sthorpejfile	dev/raidframe/rf_map.c			raid
36bbb03955Sthorpejfile	dev/raidframe/rf_mcpair.c		raid
37bbb03955Sthorpejfile	dev/raidframe/rf_netbsdkintf.c		raid
38bbb03955Sthorpejfile	dev/raidframe/rf_nwayxor.c		raid
39bbb03955Sthorpejfile	dev/raidframe/rf_options.c		raid
40bbb03955Sthorpejfile	dev/raidframe/rf_paritylog.c		raid
41bbb03955Sthorpejfile	dev/raidframe/rf_paritylogDiskMgr.c	raid
42bbb03955Sthorpejfile	dev/raidframe/rf_paritylogging.c	raid
43bbb03955Sthorpejfile	dev/raidframe/rf_parityloggingdags.c	raid
44f1a1ad33Sjldfile	dev/raidframe/rf_paritymap.c		raid
45bbb03955Sthorpejfile	dev/raidframe/rf_parityscan.c		raid
46bbb03955Sthorpejfile	dev/raidframe/rf_pq.c			raid
47bbb03955Sthorpejfile	dev/raidframe/rf_pqdeg.c		raid
48bbb03955Sthorpejfile	dev/raidframe/rf_pqdegdags.c		raid
49bbb03955Sthorpejfile	dev/raidframe/rf_psstatus.c		raid
50bbb03955Sthorpejfile	dev/raidframe/rf_raid0.c		raid
51bbb03955Sthorpejfile	dev/raidframe/rf_raid1.c		raid
52bbb03955Sthorpejfile	dev/raidframe/rf_raid4.c		raid
53bbb03955Sthorpejfile	dev/raidframe/rf_raid5.c		raid
54bbb03955Sthorpejfile	dev/raidframe/rf_raid5_rotatedspare.c	raid
55bbb03955Sthorpejfile	dev/raidframe/rf_reconbuffer.c		raid
56bbb03955Sthorpejfile	dev/raidframe/rf_reconmap.c		raid
57bbb03955Sthorpejfile	dev/raidframe/rf_reconstruct.c		raid
58bbb03955Sthorpejfile	dev/raidframe/rf_reconutil.c		raid
59bbb03955Sthorpejfile	dev/raidframe/rf_revent.c		raid
60bbb03955Sthorpejfile	dev/raidframe/rf_shutdown.c		raid
61bbb03955Sthorpejfile	dev/raidframe/rf_sstf.c			raid
62bbb03955Sthorpejfile	dev/raidframe/rf_states.c		raid
63bbb03955Sthorpejfile	dev/raidframe/rf_stripelocks.c		raid
64bbb03955Sthorpejfile	dev/raidframe/rf_strutils.c		raid
65bbb03955Sthorpejfile	dev/raidframe/rf_utils.c		raid
665dd7ffdfSchristosfile	dev/raidframe/rf_compat50.c		raid & compat_50
67f2b04ca0Smrgfile	dev/raidframe/rf_compat80.c		raid & compat_80
68f2b04ca0Smrgfile	dev/raidframe/rf_compat32.c		raid & compat_netbsd32
69