Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nfs_mount_data |
Macros | |
#define | NFS_MOUNT_VERSION 6 |
#define | NFS_MAX_CONTEXT_LEN 256 |
#define | NFS_MOUNT_SOFT 0x0001 /* 1 */ |
#define | NFS_MOUNT_INTR 0x0002 /* 1 */ /* now unused, but ABI */ |
#define | NFS_MOUNT_SECURE 0x0004 /* 1 */ |
#define | NFS_MOUNT_POSIX 0x0008 /* 1 */ |
#define | NFS_MOUNT_NOCTO 0x0010 /* 1 */ |
#define | NFS_MOUNT_NOAC 0x0020 /* 1 */ |
#define | NFS_MOUNT_TCP 0x0040 /* 2 */ |
#define | NFS_MOUNT_VER3 0x0080 /* 3 */ |
#define | NFS_MOUNT_KERBEROS 0x0100 /* 3 */ |
#define | NFS_MOUNT_NONLM 0x0200 /* 3 */ |
#define | NFS_MOUNT_BROKEN_SUID 0x0400 /* 4 */ |
#define | NFS_MOUNT_NOACL 0x0800 /* 4 */ |
#define | NFS_MOUNT_STRICTLOCK 0x1000 /* reserved for NFSv4 */ |
#define | NFS_MOUNT_SECFLAVOUR 0x2000 /* 5 */ |
#define | NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ |
#define | NFS_MOUNT_UNSHARED 0x8000 /* 5 */ |
#define | NFS_MOUNT_FLAGMASK 0xFFFF |
#define | NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 |
#define | NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 |
#define | NFS_MOUNT_NORESVPORT 0x40000 |
#define | NFS_MOUNT_LEGACY_INTERFACE 0x80000 |
#define | NFS_MOUNT_LOCAL_FLOCK 0x100000 |
#define | NFS_MOUNT_LOCAL_FCNTL 0x200000 |
#define NFS_MAX_CONTEXT_LEN 256 |
Definition at line 24 of file nfs_mount.h.
#define NFS_MOUNT_BROKEN_SUID 0x0400 /* 4 */ |
Definition at line 60 of file nfs_mount.h.
#define NFS_MOUNT_FLAGMASK 0xFFFF |
Definition at line 66 of file nfs_mount.h.
#define NFS_MOUNT_INTR 0x0002 /* 1 */ /* now unused, but ABI */ |
Definition at line 51 of file nfs_mount.h.
#define NFS_MOUNT_KERBEROS 0x0100 /* 3 */ |
Definition at line 58 of file nfs_mount.h.
#define NFS_MOUNT_LEGACY_INTERFACE 0x80000 |
Definition at line 72 of file nfs_mount.h.
#define NFS_MOUNT_LOCAL_FCNTL 0x200000 |
Definition at line 75 of file nfs_mount.h.
#define NFS_MOUNT_LOCAL_FLOCK 0x100000 |
Definition at line 74 of file nfs_mount.h.
#define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 |
Definition at line 70 of file nfs_mount.h.
#define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 |
Definition at line 69 of file nfs_mount.h.
#define NFS_MOUNT_NOAC 0x0020 /* 1 */ |
Definition at line 55 of file nfs_mount.h.
#define NFS_MOUNT_NOACL 0x0800 /* 4 */ |
Definition at line 61 of file nfs_mount.h.
#define NFS_MOUNT_NOCTO 0x0010 /* 1 */ |
Definition at line 54 of file nfs_mount.h.
#define NFS_MOUNT_NONLM 0x0200 /* 3 */ |
Definition at line 59 of file nfs_mount.h.
#define NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ |
Definition at line 64 of file nfs_mount.h.
#define NFS_MOUNT_NORESVPORT 0x40000 |
Definition at line 71 of file nfs_mount.h.
#define NFS_MOUNT_POSIX 0x0008 /* 1 */ |
Definition at line 53 of file nfs_mount.h.
#define NFS_MOUNT_SECFLAVOUR 0x2000 /* 5 */ |
Definition at line 63 of file nfs_mount.h.
#define NFS_MOUNT_SECURE 0x0004 /* 1 */ |
Definition at line 52 of file nfs_mount.h.
#define NFS_MOUNT_SOFT 0x0001 /* 1 */ |
Definition at line 50 of file nfs_mount.h.
#define NFS_MOUNT_STRICTLOCK 0x1000 /* reserved for NFSv4 */ |
Definition at line 62 of file nfs_mount.h.
#define NFS_MOUNT_TCP 0x0040 /* 2 */ |
Definition at line 56 of file nfs_mount.h.
#define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ |
Definition at line 65 of file nfs_mount.h.
#define NFS_MOUNT_VER3 0x0080 /* 3 */ |
Definition at line 57 of file nfs_mount.h.
#define NFS_MOUNT_VERSION 6 |
Definition at line 23 of file nfs_mount.h.