Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfs.h980 struct lock_manager_operations { struct
981 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
982 unsigned long (*lm_owner_key)(struct file_lock *);
983 fl_owner_t (*lm_get_owner)(fl_owner_t);
984 void (*lm_put_owner)(fl_owner_t);
985 void (*lm_notify)(struct file_lock *); /* unblock callback */
986 int (*lm_grant)(struct file_lock *, int);
987 bool (*lm_break)(struct file_lock *);
988 int (*lm_change)(struct file_lock *, int, struct list_head *);
989 void (*lm_setup)(struct file_lock *, void **);