Home
last modified time | relevance | path

Searched defs:nsm_handle (Results 1 – 2 of 2) 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 …]
/kernel/linux/linux-4.19/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 …]