Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lock_manager_operations Struct Reference

#include <fs.h>

Data Fields

int(* lm_compare_owner )(struct file_lock *, struct file_lock *)
 
void(* lm_notify )(struct file_lock *)
 
int(* lm_grant )(struct file_lock *, struct file_lock *, int)
 
void(* lm_break )(struct file_lock *)
 
int(* lm_change )(struct file_lock **, int)
 

Detailed Description

Definition at line 904 of file fs.h.

Field Documentation

void(* lm_break)(struct file_lock *)

Definition at line 908 of file fs.h.

int(* lm_change)(struct file_lock **, int)

Definition at line 909 of file fs.h.

int(* lm_compare_owner)(struct file_lock *, struct file_lock *)

Definition at line 905 of file fs.h.

int(* lm_grant)(struct file_lock *, struct file_lock *, int)

Definition at line 907 of file fs.h.

void(* lm_notify)(struct file_lock *)

Definition at line 906 of file fs.h.


The documentation for this struct was generated from the following file: