Searched refs:h_reclaim (Results 1 – 3 of 3) sorted by relevance
257 list_splice_init(&host->h_granted, &host->h_reclaim); in reclaimer()258 list_for_each_entry_safe(fl, next, &host->h_reclaim, fl_u.nfs_fl.list) { in reclaimer()
161 INIT_LIST_HEAD(&host->h_reclaim); in nlm_alloc_host()302 WARN_ON_ONCE(!list_empty(&host->h_reclaim)); in nlmclnt_release_host()
69 struct list_head h_reclaim; /* Locks in RECLAIM state */ member