Home | History | Annotate | Download | only in e2fsck

Lines Matching full:latch

27  * We define a set of "latch groups"; these are problems which are
28 * handled as a set. The user answers once for a particular latch
31 #define PR_LATCH_MASK 0x0ff0 /* Latch mask */
32 #define PR_LATCH_BLOCK 0x0010 /* Latch for illegal blocks (pass 1) */
33 #define PR_LATCH_BBLOCK 0x0020 /* Latch for bad block inode blocks (pass 1) */
34 #define PR_LATCH_IBITMAP 0x0030 /* Latch for pass 5 inode bitmap proc. */
35 #define PR_LATCH_BBITMAP 0x0040 /* Latch for pass 5 inode bitmap proc. */
36 #define PR_LATCH_RELOC 0x0050 /* Latch for superblock relocate hint */
37 #define PR_LATCH_DBLOCK 0x0060 /* Latch for pass 1b dup block headers */
38 #define PR_LATCH_LOW_DTIME 0x0070 /* Latch for pass1 orphaned list refugees */
39 #define PR_LATCH_TOOBIG 0x0080 /* Latch for file to big errors */
40 #define PR_LATCH_OPTIMIZE_DIR 0x0090 /* Latch for optimize directories */
41 #define PR_LATCH_BG_CHECKSUM 0x00A0 /* Latch for block group checksums */
46 * Latch group descriptor flags
50 #define PRL_LATCHED 0x0004 /* The latch group is latched */
51 #define PRL_SUPPRESS 0x0008 /* Suppress all latch group questions */
227 /* Block group checksum (latch question) */
283 /* Inode has illegal blocks (latch question) */
292 /* Bad block inode has illegal blocks (latch question) */
397 /* Latch question which asks how to deal with low dtime inodes */
433 /* Inode too big (latch question) */