Searched defs:lock_manager_operations (Results 1 – 2 of 2) sorted by relevance
41318 struct lock_manager_operations { struct41319 void *lm_mod_owner;41320 fl_owner_t (*lm_get_owner)(fl_owner_t);41321 void (*lm_put_owner)(fl_owner_t);41322 void (*lm_notify)(struct file_lock *);41323 int (*lm_grant)(struct file_lock *, int);41324 bool (*lm_break)(struct file_lock *);41325 int (*lm_change)(struct file_lock *, int, struct list_head *);41326 void (*lm_setup)(struct file_lock *, void **);41327 bool (*lm_breaker_owns_lease)(struct file_lock *);[all …]
50681 struct lock_manager_operations { struct50682 void *lm_mod_owner;50683 fl_owner_t (*lm_get_owner)(fl_owner_t);50684 void (*lm_put_owner)(fl_owner_t);50685 void (*lm_notify)(struct file_lock *);50686 int (*lm_grant)(struct file_lock *, int);50687 bool (*lm_break)(struct file_lock *);50688 int (*lm_change)(struct file_lock *, int, struct list_head *);50689 void (*lm_setup)(struct file_lock *, void **);50690 bool (*lm_breaker_owns_lease)(struct file_lock *);[all …]