Searched defs:lock_manager_operations (Results 1 – 1 of 1) sorted by relevance
1074 struct lock_manager_operations { struct1075 fl_owner_t (*lm_get_owner)(fl_owner_t);1076 void (*lm_put_owner)(fl_owner_t);1077 void (*lm_notify)(struct file_lock *); /* unblock callback */1078 int (*lm_grant)(struct file_lock *, int);1079 bool (*lm_break)(struct file_lock *);1080 int (*lm_change)(struct file_lock *, int, struct list_head *);1081 void (*lm_setup)(struct file_lock *, void **);