Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dlockd.h125 struct nsm_handle { struct
126 struct list_head sm_link;
127 refcount_t sm_count;
128 char *sm_mon_name;
129 char *sm_name;
130 struct sockaddr_storage sm_addr;
131 size_t sm_addrlen;
132 unsigned int sm_monitored : 1,
133 sm_sticky : 1; /* don't unmonitor */
134 struct nsm_private sm_priv;
[all …]