Searched defs:nfsmount (Results 1 – 2 of 2) sorted by relevance
52 struct nfsmount { struct53 struct nfsmount_common nm_com; /* Common fields for nlm */ argument54 int nm_numgrps; /* Max. size of groupslist */55 u_char nm_fh[NFSX_V4FH]; /* File handle of root dir */56 int nm_fhsize; /* Size of root file handle */57 int nm_sotype; /* Type of socket */58 int nm_soproto; /* and protocol */59 int nm_soflags; /* pr_flags for socket protocol */60 struct sockaddr *nm_nam; /* Addr of server */61 int nm_deadthresh; /* Threshold of timeouts-->dead server*/[all …]
48 struct nfsmount { struct49 struct nfsmount_common nm_com; /* Common fields for nlm */ argument50 uint32_t nm_privflag; /* Private flags */51 uint32_t nm_newflag; /* New mount flags */52 int nm_numgrps; /* Max. size of groupslist */53 u_char nm_fh[NFSX_FHMAX]; /* File handle of root dir */54 int nm_fhsize; /* Size of root file handle */55 struct nfssockreq nm_sockreq; /* Socket Info */56 int nm_timeouts; /* Request timeouts */57 int nm_rsize; /* Max size of read rpc */[all …]