#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/poll.h>
#include <linux/dlm.h>
#include <linux/dlm_plock.h>
#include <linux/slab.h>
#include "dlm_internal.h"
#include "lockspace.h"
Go to the source code of this file.
|
int | dlm_posix_lock (dlm_lockspace_t *lockspace, u64 number, struct file *file, int cmd, struct file_lock *fl) |
|
| EXPORT_SYMBOL_GPL (dlm_posix_lock) |
|
int | dlm_posix_unlock (dlm_lockspace_t *lockspace, u64 number, struct file *file, struct file_lock *fl) |
|
| EXPORT_SYMBOL_GPL (dlm_posix_unlock) |
|
int | dlm_posix_get (dlm_lockspace_t *lockspace, u64 number, struct file *file, struct file_lock *fl) |
|
| EXPORT_SYMBOL_GPL (dlm_posix_get) |
|
int | dlm_plock_init (void) |
|
void | dlm_plock_exit (void) |
|