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-6.6/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 …]