Searched refs:h_granted (Results 1 – 4 of 4) sorted by relevance
247 list_splice_init(&host->h_granted, &host->h_reclaim); in reclaimer()261 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
157 INIT_LIST_HEAD(&host->h_granted); in nlm_alloc_host()292 BUG_ON(!list_empty(&host->h_granted)); in nlmclnt_release_host()
449 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
66 struct list_head h_granted; /* Locks in GRANTED state */ member