~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to libocfs2/ocfs2_err.et

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2009-07-06 07:26:30 UTC
  • mfrom: (1.1.7 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090706072630-59335sl51k3rvu74
Tags: 1.4.2-1
* New upstream release (Closes: #535471).
* Drop patch for limits.h, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        "Attempt to read block from filesystem resulted in short read"
35
35
 
36
36
ec      OCFS2_ET_SHORT_WRITE,
37
 
        "Attempt to read block from filesystem resulted in short write"
 
37
        "Attempt to write block to the filesystem resulted in short write"
38
38
 
39
39
ec      OCFS2_ET_NO_MEMORY,
40
40
        "Memory allocation failed"
55
55
        "The OCFS2 superblock is corrupt"
56
56
 
57
57
ec      OCFS2_ET_UNSUPP_FEATURE,
58
 
        "Filesystem has unsupported feature(s)"
 
58
        "Unsupported feature(s) found"
59
59
 
60
60
ec      OCFS2_ET_RO_UNSUPP_FEATURE,
61
 
        "Filesystem has unsupported read-only feature(s)"
 
61
        "Unsupported read-only feature(s) found"
 
62
 
 
63
ec      OCFS2_ET_CONFLICTING_FEATURES,
 
64
        "Conflicting features specified"
62
65
 
63
66
ec      OCFS2_ET_BAD_INODE_MAGIC,
64
67
        "Bad magic number in inode"
165
168
ec      OCFS2_ET_NO_BACKUP_SUPER,
166
169
        "Backup superblock not found"
167
170
 
 
171
ec      OCFS2_ET_TOO_MANY_SLOTS,
 
172
        "Too many slots for slot map"
 
173
 
 
174
ec      OCFS2_ET_CANNOT_INLINE_DATA,
 
175
        "Can't write the data inline"
 
176
 
 
177
ec      OCFS2_ET_BAD_DIR_BLOCK_MAGIC,
 
178
        "Bad magic number in directory block"
 
179
 
 
180
ec      OCFS2_ET_BAD_XATTR_BLOCK_MAGIC,
 
181
        "Bad magic number in xattr block"
 
182
 
 
183
ec      OCFS2_ET_UNKNOWN_FEATURE,
 
184
        "Unknown feature"
 
185
 
 
186
ec      OCFS2_ET_CANNOT_DETERMINE_SECTOR_SIZE,
 
187
        "Cannot determine sector size"
 
188
 
168
189
        end