Searched refs:recovery (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A DMakefile9 transaction.o commit.o recovery.o checkpoint.o revoke.o jbd_journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile24 recovery.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A DMakefile6 recovery.o rgrp.o super.o sys.o trans.o util.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_qdi.c56 int active, recovery; local
64 recovery = 18 - FIT(t.recover, 3, 18);
67 recovery = 15 - FIT(t.recover, 0, 15);
69 timing = (recovery << 4) | active | 0x08;
80 int active, recovery; local
88 recovery = 18 - FIT(t.recover, 3, 18);
91 recovery = 15 - FIT(t.recover, 0, 15);
93 timing = (recovery << 4) | active | 0x08;
H A Dpata_cs5520.c50 int recovery; member in struct:pio_clocks
79 (cs5520_pio_clocks[pio].recovery << 4) |
83 (cs5520_pio_clocks[pio].recovery << 4) |
87 (cs5520_pio_clocks[pio].recovery << 4) |
H A Dpata_winbond.c66 int active, recovery; local
79 recovery = (FIT(t.recover, 1, 15) + 1) & 0x0F;
80 timing = (active << 4) | recovery;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dqd65xx.h53 s16 recovery; /* recovery time */ member in struct:qd65xx_timing_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcs5520.c58 int recovery; member in struct:pio_clocks
98 (cs5520_pio_clocks[pio].recovery << 4) |
105 (cs5520_pio_clocks[pio].recovery << 4) |
109 (cs5520_pio_clocks[pio].recovery << 4) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_shaper.h24 unsigned long recovery; /* Time we can next clock a packet out on member in struct:shaper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c1669 * then a recovery will happen and soon that array won't
2723 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) ||
2724 test_bit(MD_RECOVERY_NEEDED, &mddev->recovery)) {
2725 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery))
2727 else if (test_bit(MD_RECOVERY_SYNC, &mddev->recovery)) {
2728 if (!test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery))
2730 else if (test_bit(MD_RECOVERY_CHECK, &mddev->recovery))
2748 set_bit(MD_RECOVERY_INTR, &mddev->recovery);
2751 mddev->recovery = 0;
2753 } else if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) ||
[all...]
H A Draid1.c110 if (test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery))
125 if (!test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery)) {
636 * either some resync/recovery, or reconfigure the array.
991 * if recovery is running, make sure it aborts.
993 set_bit(MD_RECOVERY_ERR, &mddev->recovery);
1086 /* As all devices are equivalent, we don't need a full recovery
1205 if (test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) {
1252 if (j < 0 || test_bit(MD_RECOVERY_CHECK, &mddev->recovery)) {
1382 !test_bit(MD_RECOVERY_SYNC, &mddev->recovery))))
1701 !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)
[all...]
H A Draid5.c671 * if recovery was running, make sure it aborts.
673 set_bit(MD_RECOVERY_ERR, &mddev->recovery);
1700 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery))
1710 /* either failed parity check, or recovery is happening */
2294 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery))
2977 /* reshaping is quite different to recovery/resync so it is
3116 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery)) {
3131 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery))
3139 test_bit(MD_RECOVERY_SYNC, &mddev->recovery)) {
3145 !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlock.h19 int dlm_receive_message(struct dlm_header *hd, int nodeid, int recovery);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h258 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
879 int recovery);
884 int recovery);
889 int recovery,
894 int recovery);
898 int recovery,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h258 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
881 int recovery);
886 int recovery);
891 int recovery,
896 int recovery);
900 int recovery,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h258 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
879 int recovery);
884 int recovery);
889 int recovery,
894 int recovery);
898 int recovery,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Dmd_k.h174 /* recovery/resync flags
177 * SYNC: actually doing a resync, not a recovery
178 * ERR: and IO error was detected - abort the resync/recovery
185 * If neither SYNC or RESHAPE are set, then it is a recovery.
198 unsigned long recovery; member in struct:mddev_s
254 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
273 * if appropriate, and should abort recovery if needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmlock.c135 /* for the recovery lock, we can't allow the ast
137 * frozen. but the recovery lock is always locked
237 /* recovery lock was mastered by dead node.
240 mlog(0, "%s: recovery lock was owned by "
554 int convert = 0, recovery = 0; local
576 recovery = (flags & LKM_RECOVERY);
578 if (recovery &&
630 mlog(0, "retrying convert with migration/recovery/"
658 if (!recovery)
699 "recovery/i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dshaper.c147 SHAPERCB(skb)->shapeclock=shaper->recovery;
260 if (shaper->recovery <
262 shaper->recovery = SHAPERCB(skb)->shapeclock + SHAPERCB(skb)->shapelen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv001.tcl78 [is_substr $ret "recovery"] 1
125 [is_substr $ret recovery] 1
H A Drecd007.tcl10 # TEST This is a recovery test for create/delete of databases. We have
69 # List of recovery tests: {HOOKS MSG} pairs
93 # through the operation table and run the recovery tests.
296 # Run recovery here. Should be a no-op. Verify that
301 puts -nonewline "\t\tAbout to run recovery ... "
341 # Now move the .afterop file to $dbfile. Run recovery again.
346 puts -nonewline "\t\tAbout to run recovery ... "
577 # Run recovery here. Should be a no-op. Verify that
582 puts -nonewline "\t\tAbout to run recovery ... "
620 # Run recovery agai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-clear_user.S219 $exception: # Destination for exception recovery(?)
H A Dev6-copy_user.S230 $exitout: # Destination for exception recovery(?)

Completed in 299 milliseconds

12