Home
last modified time | relevance | path

Searched refs:nm_com (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/nfsclient/
H A Dnfsmount.h53 struct nfsmount_common nm_com; /* Common fields for nlm */ member
95 #define nm_mtx nm_com.nmcom_mtx
96 #define nm_flag nm_com.nmcom_flag
97 #define nm_state nm_com.nmcom_state
98 #define nm_mountp nm_com.nmcom_mountp
99 #define nm_timeo nm_com.nmcom_timeo
100 #define nm_retry nm_com.nmcom_retry
101 #define nm_hostname nm_com.nmcom_hostname
102 #define nm_getinfo nm_com.nmcom_getinfo
103 #define nm_vinvalbuf nm_com.nmcom_vinvalbuf
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h49 struct nfsmount_common nm_com; /* Common fields for nlm */ member
103 #define nm_mtx nm_com.nmcom_mtx
104 #define nm_flag nm_com.nmcom_flag
105 #define nm_state nm_com.nmcom_state
106 #define nm_mountp nm_com.nmcom_mountp
107 #define nm_timeo nm_com.nmcom_timeo
108 #define nm_retry nm_com.nmcom_retry
109 #define nm_hostname nm_com.nmcom_hostname
110 #define nm_getinfo nm_com.nmcom_getinfo
111 #define nm_vinvalbuf nm_com.nmcom_vinvalbuf
H A Dnfs_clport.c401 nmp->nm_com.nmcom_hostname, in nfscl_warn_fileid()