Home
last modified time | relevance | path

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

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