Home
last modified time | relevance | path

Searched defs:lock_manager_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dfs.h922 struct lock_manager_operations { struct
923 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
924 unsigned long (*lm_owner_key)(struct file_lock *);
925 fl_owner_t (*lm_get_owner)(fl_owner_t);
926 void (*lm_put_owner)(fl_owner_t);
927 void (*lm_notify)(struct file_lock *); /* unblock callback */
928 int (*lm_grant)(struct file_lock *, int);
929 bool (*lm_break)(struct file_lock *);
930 int (*lm_change)(struct file_lock *, int, struct list_head *);
931 void (*lm_setup)(struct file_lock *, void **);