Searched defs:lock_manager_operations (Results 1 – 1 of 1) sorted by relevance
5276 struct lock_manager_operations { struct5277 fl_owner_t (*lm_get_owner)(fl_owner_t);5278 void (*lm_put_owner)(fl_owner_t);5279 void (*lm_notify)(struct file_lock *);5280 int (*lm_grant)(struct file_lock *, int);5281 bool (*lm_break)(struct file_lock *);5282 int (*lm_change)(struct file_lock *, int, struct list_head *);5283 void (*lm_setup)(struct file_lock *, void **);5284 bool (*lm_breaker_owns_lease)(struct file_lock *);