|
|
| File: [Development] / linux-2.6-xfs / fs / xfs / xfs_error.h (download)
Revision 1.1, Wed Dec 15 01:12:20 1993 UTC (23 years, 10 months ago) by doucette
Initial revision |
#ifndef _XFS_ERROR_H #define _XFS_ERROR_H #define XFS_ERECOVER 1 /* Failure to recover log */ #define XFS_ELOGSTAT 2 /* Failure to stat log in user space */ #define XFS_ENOLOGSPACE 3 /* Reservation too large */ #define XFS_ENOTSUP 4 #endif /* _XFS_ERROR_H */