Home
last modified time | relevance | path

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

/linux-6.15/include/linux/lockd/
H A Dlockd.h175 struct nlm_block { struct
176 struct kref b_count; /* Reference count */
177 struct list_head b_list; /* linked list of all blocks */
178 struct list_head b_flist; /* linked list (per file) */
180 struct svc_serv * b_daemon; /* NLM service */
182 unsigned long b_when; /* next re-xmit */
183 unsigned int b_id; /* block id */
184 unsigned char b_granted; /* VFS granted lock */
185 struct nlm_file * b_file; /* file in question */
187 struct cache_deferred_req * b_deferred_req;
[all …]