Searched defs:lock_manager_operations (Results 1 – 2 of 2) sorted by relevance
37 struct lock_manager_operations { struct38 void *lm_mod_owner;39 fl_owner_t (*lm_get_owner)(fl_owner_t);40 void (*lm_put_owner)(fl_owner_t);41 void (*lm_notify)(struct file_lock *); /* unblock callback */42 int (*lm_grant)(struct file_lock *, int);43 bool (*lm_lock_expirable)(struct file_lock *cfl);44 void (*lm_expire_lock)(void);
444 lock_manager_operations chapter