Linux Kernel
3.7.1
|
#include <nfs4_mount.h>
Data Fields | |
int | version |
int | flags |
int | rsize |
int | wsize |
int | timeo |
int | retrans |
int | acregmin |
int | acregmax |
int | acdirmin |
int | acdirmax |
struct nfs_string | client_addr |
struct nfs_string | mnt_path |
struct nfs_string | hostname |
unsigned int | host_addrlen |
struct sockaddr __user * | host_addr |
int | proto |
int | auth_flavourlen |
int __user * | auth_flavours |
Definition at line 26 of file nfs4_mount.h.
int acdirmax |
Definition at line 36 of file nfs4_mount.h.
int acdirmin |
Definition at line 35 of file nfs4_mount.h.
int acregmax |
Definition at line 34 of file nfs4_mount.h.
int acregmin |
Definition at line 33 of file nfs4_mount.h.
int auth_flavourlen |
Definition at line 54 of file nfs4_mount.h.
Definition at line 55 of file nfs4_mount.h.
struct nfs_string client_addr |
Definition at line 39 of file nfs4_mount.h.
int flags |
Definition at line 28 of file nfs4_mount.h.
Definition at line 48 of file nfs4_mount.h.
unsigned int host_addrlen |
Definition at line 47 of file nfs4_mount.h.
struct nfs_string hostname |
Definition at line 45 of file nfs4_mount.h.
struct nfs_string mnt_path |
Definition at line 42 of file nfs4_mount.h.
Definition at line 51 of file nfs4_mount.h.
int retrans |
Definition at line 32 of file nfs4_mount.h.
int rsize |
Definition at line 29 of file nfs4_mount.h.
int timeo |
Definition at line 31 of file nfs4_mount.h.
int version |
Definition at line 27 of file nfs4_mount.h.
int wsize |
Definition at line 30 of file nfs4_mount.h.