Home | History | Annotate | Download | only in e2fsck

Lines Matching full:bitmap

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. */
58 /* Block bitmap not in group */
61 /* Inode bitmap not in group */
224 /* Block bitmap conflicts with some other fs block */
227 /* Inode bitmap conflicts with some other fs block */
233 /* Block bitmap is on a bad block */
236 /* Inode bitmap is on a bad block */
311 /* Error allocating inode bitmap */
314 /* Error allocating block bitmap */
477 /* Error allocating inode bitmap */
769 /* Error allocating inode bitmap */
837 /* Padding at end of inode bitmap is not set. */
840 /* Padding at end of block bitmap is not set. */
843 /* Block bitmap differences header */
846 /* Block not used, but marked in bitmap */
849 /* Block used, but not marked used in bitmap */
852 /* Block bitmap differences end */
855 /* Inode bitmap differences header */
858 /* Inode not used, but marked in bitmap */
861 /* Inode used, but not marked used in bitmap */
864 /* Inode bitmap differences end */
882 /* Programming error: bitmap endpoints don't match */
885 /* Internal error: fudging end of bitmap */
888 /* Error copying in replacement inode bitmap */
891 /* Error copying in replacement block bitmap */
894 /* Block range not used, but marked in bitmap */
897 /* Block range used, but not marked used in bitmap */
900 /* Inode range not used, but marked in bitmap */
903 /* Inode rangeused, but not marked used in bitmap */