NFS3
NamespaceΒΆ
Namespace: NFS3
.
- class zlogging.enum.nfs3.createmode_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::createmode_t
.See also
- UNCHECKED = 1
- GUARDED = 2
- EXCLUSIVE = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.nfs3.file_type_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::file_type_t
.See also
- FTYPE_REG = 1
- FTYPE_DIR = 2
- FTYPE_BLK = 4
- FTYPE_CHR = 8
- FTYPE_LNK = 16
- FTYPE_SOCK = 32
- FTYPE_FIFO = 64
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.nfs3.proc_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::proc_t
.See also
- PROC_NULL = 1
- PROC_GETATTR = 2
- PROC_SETATTR = 4
- PROC_LOOKUP = 8
- PROC_ACCESS = 16
- PROC_READLINK = 32
- PROC_READ = 64
- PROC_WRITE = 128
- PROC_CREATE = 256
- PROC_MKDIR = 512
- PROC_SYMLINK = 1024
- PROC_MKNOD = 2048
- PROC_REMOVE = 4096
- PROC_RMDIR = 8192
- PROC_RENAME = 16384
- PROC_LINK = 32768
- PROC_READDIR = 65536
- PROC_READDIRPLUS = 131072
- PROC_FSSTAT = 262144
- PROC_FSINFO = 524288
- PROC_PATHCONF = 1048576
- PROC_COMMIT = 2097152
- PROC_END_OF_PROCS = 4194304
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.nfs3.stable_how_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::stable_how_t
.See also
- UNSTABLE = 1
- DATA_SYNC = 2
- FILE_SYNC = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.nfs3.status_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::status_t
.See also
- NFS3ERR_OK = 1
- NFS3ERR_PERM = 2
- NFS3ERR_NOENT = 4
- NFS3ERR_IO = 8
- NFS3ERR_NXIO = 16
- NFS3ERR_ACCES = 32
- NFS3ERR_EXIST = 64
- NFS3ERR_XDEV = 128
- NFS3ERR_NODEV = 256
- NFS3ERR_NOTDIR = 512
- NFS3ERR_ISDIR = 1024
- NFS3ERR_INVAL = 2048
- NFS3ERR_FBIG = 4096
- NFS3ERR_NOSPC = 8192
- NFS3ERR_ROFS = 16384
- NFS3ERR_MLINK = 32768
- NFS3ERR_NAMETOOLONG = 65536
- NFS3ERR_NOTEMPTY = 131072
- NFS3ERR_DQUOT = 262144
- NFS3ERR_STALE = 524288
- NFS3ERR_REMOTE = 1048576
- NFS3ERR_BADHANDLE = 2097152
- NFS3ERR_NOT_SYNC = 4194304
- NFS3ERR_BAD_COOKIE = 8388608
- NFS3ERR_NOTSUPP = 16777216
- NFS3ERR_TOOSMALL = 33554432
- NFS3ERR_SERVERFAULT = 67108864
- NFS3ERR_BADTYPE = 134217728
- NFS3ERR_JUKEBOX = 268435456
- NFS3ERR_UNKNOWN = 536870912
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.nfs3.time_how_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
NFS3::time_how_t
.See also
- DONT_CHANGE = 1
- SET_TO_SERVER_TIME = 2
- SET_TO_CLIENT_TIME = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None