Searched defs:nlm_wait (Results 1 – 1 of 1) sorted by relevance
128 struct nlm_wait { struct129 struct list_head b_list; /* linked list */130 wait_queue_head_t b_wait; /* where to wait on */131 struct nlm_host *b_host;132 struct file_lock *b_lock; /* local file lock */133 __be32 b_status; /* grant callback status */