Home
last modified time | relevance | path

Searched defs:nlm_host (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/lockd/
H A Dlockd.h43 struct nlm_host { struct
46 size_t h_addrlen;
48 size_t h_srcaddrlen;
50 char *h_name; /* remote hostname */
53 unsigned short h_reclaiming : 1,
55 h_noresvport : 1,
56 h_inuse : 1;
61 u32 h_pidcount; /* Pseudopids */
67 spinlock_t h_lock;
72 struct net *net; /* host net */
[all …]
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h140 struct nlm_host *nlm_host; /* NLM client handle */ member