Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nlmsvc_binding |
struct | nlmclnt_initdata |
Functions | |
struct nlm_host * | nlmclnt_init (const struct nlmclnt_initdata *nlm_init) |
void | nlmclnt_done (struct nlm_host *host) |
int | nlmclnt_proc (struct nlm_host *host, int cmd, struct file_lock *fl) |
int | lockd_up (struct net *net) |
void | lockd_down (struct net *net) |
Variables | |
struct nlmsvc_binding * | nlmsvc_ops |
nlmclnt_done - Release resources allocated by nlmclnt_init() : nlm_host structure reserved by nlmclnt_init()
Definition at line 81 of file clntlock.c.
|
read |
nlmclnt_init - Set up per-NFS mount point lockd data structures : pointer to arguments structure
Returns pointer to an appropriate nlm_host struct, or an ERR_PTR value.
Definition at line 53 of file clntlock.c.
nlmclnt_proc - Perform a single client-side lock request : address of a valid nlm_host context representing the NLM server : fcntl-style file lock operation to perform : address of arguments for the lock operation
Definition at line 154 of file clntproc.c.
struct nlmsvc_binding* nlmsvc_ops |