Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfs.h932 struct lock_manager_operations { struct
933 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
934 unsigned long (*lm_owner_key)(struct file_lock *);
935 fl_owner_t (*lm_get_owner)(fl_owner_t);
936 void (*lm_put_owner)(fl_owner_t);
937 void (*lm_notify)(struct file_lock *); /* unblock callback */
938 int (*lm_grant)(struct file_lock *, int);
939 bool (*lm_break)(struct file_lock *);
940 int (*lm_change)(struct file_lock *, int, struct list_head *);
941 void (*lm_setup)(struct file_lock *, void **);