Searched refs:h_granted (Results 1 – 4 of 4) sorted by relevance
258 list_splice_init(&host->h_granted, &host->h_reclaim); in reclaimer()272 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
160 INIT_LIST_HEAD(&host->h_granted); in nlm_alloc_host()295 WARN_ON_ONCE(!list_empty(&host->h_granted)); in nlmclnt_release_host()
460 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
68 struct list_head h_granted; /* Locks in GRANTED state */ member