Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dlm_plock.h File Reference
#include <uapi/linux/dlm_plock.h>

Go to the source code of this file.

Functions

int dlm_posix_lock (dlm_lockspace_t *lockspace, u64 number, struct file *file, int cmd, struct file_lock *fl)
 
int dlm_posix_unlock (dlm_lockspace_t *lockspace, u64 number, struct file *file, struct file_lock *fl)
 
int dlm_posix_get (dlm_lockspace_t *lockspace, u64 number, struct file *file, struct file_lock *fl)
 

Function Documentation

int dlm_posix_get ( dlm_lockspace_t lockspace,
u64  number,
struct file file,
struct file_lock fl 
)

Definition at line 306 of file plock.c.

int dlm_posix_lock ( dlm_lockspace_t lockspace,
u64  number,
struct file file,
int  cmd,
struct file_lock fl 
)

Definition at line 104 of file plock.c.

int dlm_posix_unlock ( dlm_lockspace_t lockspace,
u64  number,
struct file file,
struct file_lock fl 
)

Definition at line 244 of file plock.c.