Home
last modified time | relevance | path

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

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