Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/lockd/
Dlockd.h85 struct nsm_handle { struct
86 struct list_head sm_link;
87 refcount_t sm_count;
88 char *sm_mon_name;
89 char *sm_name;
90 struct sockaddr_storage sm_addr;
91 size_t sm_addrlen;
92 unsigned int sm_monitored : 1,
93 sm_sticky : 1; /* don't unmonitor */
94 struct nsm_private sm_priv;
[all …]