Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nfs_string |
struct | nfs4_mount_data |
Macros | |
#define | NFS4_MOUNT_VERSION 1 |
#define | NFS4_MOUNT_SOFT 0x0001 /* 1 */ |
#define | NFS4_MOUNT_INTR 0x0002 /* 1 */ |
#define | NFS4_MOUNT_NOCTO 0x0010 /* 1 */ |
#define | NFS4_MOUNT_NOAC 0x0020 /* 1 */ |
#define | NFS4_MOUNT_STRICTLOCK 0x1000 /* 1 */ |
#define | NFS4_MOUNT_UNSHARED 0x8000 /* 1 */ |
#define | NFS4_MOUNT_FLAGMASK 0x9033 |
#define NFS4_MOUNT_FLAGMASK 0x9033 |
Definition at line 69 of file nfs4_mount.h.
#define NFS4_MOUNT_INTR 0x0002 /* 1 */ |
Definition at line 64 of file nfs4_mount.h.
#define NFS4_MOUNT_NOAC 0x0020 /* 1 */ |
Definition at line 66 of file nfs4_mount.h.
#define NFS4_MOUNT_NOCTO 0x0010 /* 1 */ |
Definition at line 65 of file nfs4_mount.h.
#define NFS4_MOUNT_SOFT 0x0001 /* 1 */ |
Definition at line 63 of file nfs4_mount.h.
#define NFS4_MOUNT_STRICTLOCK 0x1000 /* 1 */ |
Definition at line 67 of file nfs4_mount.h.
#define NFS4_MOUNT_UNSHARED 0x8000 /* 1 */ |
Definition at line 68 of file nfs4_mount.h.
#define NFS4_MOUNT_VERSION 1 |
Definition at line 19 of file nfs4_mount.h.