Searched defs:lock_manager_operations (Results 1 – 2 of 2) sorted by relevance
419 lock_manager_operations chapter
1034 struct lock_manager_operations { struct1035 fl_owner_t (*lm_get_owner)(fl_owner_t);1036 void (*lm_put_owner)(fl_owner_t);1037 void (*lm_notify)(struct file_lock *); /* unblock callback */1038 int (*lm_grant)(struct file_lock *, int);1039 bool (*lm_break)(struct file_lock *);1040 int (*lm_change)(struct file_lock *, int, struct list_head *);1041 void (*lm_setup)(struct file_lock *, void **);