nfs-ganesha 1.4
Defines

err_ghost_fs.h File Reference

Ghost Filesystem error codes. More...

#include "log.h"

Go to the source code of this file.

Defines

#define ERR_GHOSTFS_NO_ERROR   0
#define ERR_GHOSTFS_NOENT   2
#define ERR_GHOSTFS_NOTDIR   3
#define ERR_GHOSTFS_ACCES   13
#define ERR_GHOSTFS_EXIST   17
#define ERR_GHOSTFS_ISDIR   21
#define ERR_GHOSTFS_NOTEMPTY   23
#define ERR_GHOSTFS_INTERNAL   1001
#define ERR_GHOSTFS_MALLOC   1002
#define ERR_GHOSTFS_OPEN   1003
#define ERR_GHOSTFS_READ   1004
#define ERR_GHOSTFS_WRITE   1005
#define ERR_GHOSTFS_SYNTAX   1006
#define ERR_GHOSTFS_ARGS   1007
#define ERR_GHOSTFS_ALREADYINIT   1008
#define ERR_GHOSTFS_NOTINIT   1009
#define ERR_GHOSTFS_STALE   1010
#define ERR_GHOSTFS_CORRUPT   1011
#define ERR_GHOSTFS_NOTLNK   1012
#define ERR_GHOSTFS_TOOSMALL   1013
#define ERR_GHOSTFS_NOTOPENED   1014
#define ERR_GHOSTFS_ENDOFDIR   1015
#define ERR_GHOSTFS_ATTR_NOT_SUPP   1016

Detailed Description

Ghost Filesystem error codes.

Author:
Author:
deniel
Date:
Date:
2005/11/28 17:03:22
Version:
Revision:
1.15

Definition in file err_ghost_fs.h.


Define Documentation

#define ERR_GHOSTFS_ACCES   13
#define ERR_GHOSTFS_ALREADYINIT   1008
#define ERR_GHOSTFS_ARGS   1007
#define ERR_GHOSTFS_ATTR_NOT_SUPP   1016
#define ERR_GHOSTFS_CORRUPT   1011
#define ERR_GHOSTFS_ENDOFDIR   1015
#define ERR_GHOSTFS_EXIST   17
#define ERR_GHOSTFS_INTERNAL   1001
#define ERR_GHOSTFS_ISDIR   21
#define ERR_GHOSTFS_MALLOC   1002
#define ERR_GHOSTFS_NO_ERROR   0
#define ERR_GHOSTFS_NOENT   2
#define ERR_GHOSTFS_NOTDIR   3
#define ERR_GHOSTFS_NOTEMPTY   23
#define ERR_GHOSTFS_NOTINIT   1009
#define ERR_GHOSTFS_NOTLNK   1012
#define ERR_GHOSTFS_NOTOPENED   1014
#define ERR_GHOSTFS_OPEN   1003
#define ERR_GHOSTFS_READ   1004
#define ERR_GHOSTFS_STALE   1010
#define ERR_GHOSTFS_SYNTAX   1006
#define ERR_GHOSTFS_TOOSMALL   1013
#define ERR_GHOSTFS_WRITE   1005