Searched defs:nlm_wait (Results 1 – 2 of 2) sorted by relevance
35 struct nlm_wait { struct36 struct list_head b_list; /* linked list */37 wait_queue_head_t b_wait; /* where to wait on */38 struct nlm_host * b_host;39 struct file_lock * b_lock; /* local file lock */40 unsigned short b_reclaim; /* got to reclaim lock */41 __be32 b_status; /* grant callback status */
34 struct nlm_wait { struct35 struct list_head b_list; /* linked list */36 wait_queue_head_t b_wait; /* where to wait on */37 struct nlm_host * b_host;38 struct file_lock * b_lock; /* local file lock */39 unsigned short b_reclaim; /* got to reclaim lock */40 __be32 b_status; /* grant callback status */