Lines Matching refs:nlm_globals

211 static void nlm_suspend_zone(struct nlm_globals *);
212 static void nlm_resume_zone(struct nlm_globals *);
219 static void nlm_gc(struct nlm_globals *);
242 static struct nlm_host *nlm_host_find_locked(struct nlm_globals *,
244 static void nlm_host_unregister(struct nlm_globals *, struct nlm_host *);
299 nlm_globals_register(struct nlm_globals *g) in nlm_globals_register()
307 nlm_globals_unregister(struct nlm_globals *g) in nlm_globals_unregister()
318 struct nlm_globals *g; in nlm_kmem_reclaim()
345 nlm_gc(struct nlm_globals *g) in nlm_gc()
367 DTRACE_PROBE2(gc__start, struct nlm_globals *, g, in nlm_gc()
487 DTRACE_PROBE1(gc__exit, struct nlm_globals *, g); in nlm_gc()
504 struct nlm_globals *g; in nlm_reclaimer()
601 nlm_suspend_zone(struct nlm_globals *g) in nlm_suspend_zone()
663 nlm_resume_zone(struct nlm_globals *g) in nlm_resume_zone()
1202 nlm_host_unregister(struct nlm_globals *g, struct nlm_host *hostp) in nlm_host_unregister()
1352 struct nlm_globals *g; in nlm_host_wait_grace()
1419 nlm_host_cancel_slocks(struct nlm_globals *g, struct nlm_host *hostp) in nlm_host_cancel_slocks()
1618 nlm_host_find_locked(struct nlm_globals *g, const char *netid, in nlm_host_find_locked()
1655 nlm_host_find(struct nlm_globals *g, const char *netid, in nlm_host_find()
1681 nlm_host_findcreate(struct nlm_globals *g, char *name, in nlm_host_findcreate()
1755 nlm_host_find_by_sysid(struct nlm_globals *g, sysid_t sysid) in nlm_host_find_by_sysid()
1800 nlm_host_release_locked(struct nlm_globals *g, struct nlm_host *hostp) in nlm_host_release_locked()
1826 nlm_host_release(struct nlm_globals *g, struct nlm_host *hostp) in nlm_host_release()
1841 nlm_host_unmonitor(struct nlm_globals *g, struct nlm_host *host) in nlm_host_unmonitor()
1864 nlm_host_monitor(struct nlm_globals *g, struct nlm_host *host, int state) in nlm_host_monitor()
1945 struct nlm_globals *g, in nlm_slock_register()
1971 nlm_slock_unregister(struct nlm_globals *g, struct nlm_slock *nslp) in nlm_slock_unregister()
1996 nlm_slock_wait(struct nlm_globals *g, in nlm_slock_wait()
2055 nlm_slock_grant(struct nlm_globals *g, in nlm_slock_grant()
2355 nlm_svc_starting(struct nlm_globals *g, struct file *fp, in nlm_svc_starting()
2446 nlm_svc_stopping(struct nlm_globals *g) in nlm_svc_stopping()
2535 struct nlm_globals *g; in nlm_vp_active()
2573 nlm_zone_unexport(struct nlm_globals *g, struct exportinfo *exi) in nlm_zone_unexport()
2634 struct nlm_globals *g; in nlm_unexport()
2796 struct nlm_globals *g; in nlm_cprsuspend()
2808 struct nlm_globals *g; in nlm_cprresume()