Home
last modified time | relevance | path

Searched defs:lock_manager_operations (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dfilelock.h36 struct lock_manager_operations { struct
37 void *lm_mod_owner;
38 fl_owner_t (*lm_get_owner)(fl_owner_t);
39 void (*lm_put_owner)(fl_owner_t);
40 void (*lm_notify)(struct file_lock *); /* unblock callback */
41 int (*lm_grant)(struct file_lock *, int);
42 bool (*lm_break)(struct file_lock *);
44 void (*lm_setup)(struct file_lock *, void **);
45 bool (*lm_breaker_owns_lease)(struct file_lock *);
46 bool (*lm_lock_expirable)(struct file_lock *cfl);
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst427 lock_manager_operations chapter

Completed in 5 milliseconds