Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nfs_parsed_mount_data Struct Reference

#include <internal.h>

Data Fields

int flags
 
unsigned int rsize
 
unsigned int wsize
 
unsigned int timeo
 
unsigned int retrans
 
unsigned int acregmin
 
unsigned int acregmax
 
unsigned int acdirmin
 
unsigned int acdirmax
 
unsigned int namlen
 
unsigned int options
 
unsigned int bsize
 
unsigned int auth_flavor_len
 
rpc_authflavor_t auth_flavors [1]
 
charclient_address
 
unsigned int version
 
unsigned int minorversion
 
charfscache_uniq
 
bool need_mount
 
struct {
   struct sockaddr_storage   address
 
   size_t   addrlen
 
   char *   hostname
 
   u32   version
 
   int   port
 
   unsigned short   protocol
 
mount_server
 
struct {
   struct sockaddr_storage   address
 
   size_t   addrlen
 
   char *   hostname
 
   char *   export_path
 
   int   port
 
   unsigned short   protocol
 
nfs_server
 
struct security_mnt_opts lsm_opts
 
struct netnet
 

Detailed Description

Definition at line 102 of file internal.h.

Field Documentation

unsigned int acdirmax

Definition at line 106 of file internal.h.

unsigned int acdirmin

Definition at line 106 of file internal.h.

unsigned int acregmax

Definition at line 106 of file internal.h.

unsigned int acregmin

Definition at line 106 of file internal.h.

Definition at line 120 of file internal.h.

size_t addrlen

Definition at line 121 of file internal.h.

unsigned int auth_flavor_len

Definition at line 111 of file internal.h.

rpc_authflavor_t auth_flavors[1]

Definition at line 112 of file internal.h.

unsigned int bsize

Definition at line 110 of file internal.h.

char* client_address

Definition at line 113 of file internal.h.

char* export_path

Definition at line 132 of file internal.h.

int flags

Definition at line 103 of file internal.h.

char* fscache_uniq

Definition at line 116 of file internal.h.

char* hostname

Definition at line 122 of file internal.h.

Definition at line 137 of file internal.h.

unsigned int minorversion

Definition at line 115 of file internal.h.

struct { ... } mount_server
unsigned int namlen

Definition at line 108 of file internal.h.

bool need_mount

Definition at line 117 of file internal.h.

Definition at line 138 of file internal.h.

struct { ... } nfs_server
unsigned int options

Definition at line 109 of file internal.h.

Definition at line 124 of file internal.h.

unsigned short protocol

Definition at line 125 of file internal.h.

unsigned int retrans

Definition at line 105 of file internal.h.

unsigned int rsize

Definition at line 104 of file internal.h.

unsigned int timeo

Definition at line 105 of file internal.h.

unsigned int version

Definition at line 114 of file internal.h.

u32 version

Definition at line 123 of file internal.h.

unsigned int wsize

Definition at line 104 of file internal.h.


The documentation for this struct was generated from the following file: