#include <linux/types.h>
#include <linux/string.h>
#include <linux/time.h>
#include <linux/in.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/sunrpc/svc.h>
#include <linux/sunrpc/clnt.h>
#include <linux/nfsd/nfsfh.h>
#include <linux/nfsd/export.h>
#include <linux/lockd/lockd.h>
#include <linux/lockd/share.h>
#include <linux/module.h>
#include <linux/mount.h>
Go to the source code of this file.
void nlmsvc_free_host_resources |
( |
struct nlm_host * |
host | ) |
|
nlmsvc_invalidate_all - remove all locks held for clients
Release all locks held by NFS clients.
Definition at line 397 of file svcsubs.c.
nlmsvc_unlock_all_by_ip - release local locks by IP address : server's IP address as seen by clients
Release all locks held by clients accessing this host via the passed in IP address.
Definition at line 446 of file svcsubs.c.
nlmsvc_unlock_all_by_sb - release locks held on this file system : super block
Release all locks held by clients accessing this file system.
Definition at line 423 of file svcsubs.c.