Searched defs:lock_manager_operations (Results 1 – 1 of 1) sorted by relevance
4967 struct lock_manager_operations { struct4968 fl_owner_t (*lm_get_owner)(fl_owner_t);4969 void (*lm_put_owner)(fl_owner_t);4970 void (*lm_notify)(struct file_lock *);4971 int (*lm_grant)(struct file_lock *, int);4972 bool (*lm_break)(struct file_lock *);4973 int (*lm_change)(struct file_lock *, int, struct list_head *);4974 void (*lm_setup)(struct file_lock *, void **);4975 bool (*lm_breaker_owns_lease)(struct file_lock *);