Searched defs:lock_manager_operations (Results 1 – 2 of 2) sorted by relevance
432 lock_manager_operations chapter
1062 struct lock_manager_operations { struct1063 fl_owner_t (*lm_get_owner)(fl_owner_t);1064 void (*lm_put_owner)(fl_owner_t);1065 void (*lm_notify)(struct file_lock *); /* unblock callback */1066 int (*lm_grant)(struct file_lock *, int);1067 bool (*lm_break)(struct file_lock *);1068 int (*lm_change)(struct file_lock *, int, struct list_head *);1069 void (*lm_setup)(struct file_lock *, void **);1070 bool (*lm_breaker_owns_lease)(struct file_lock *);
Completed in 23 milliseconds