Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/filesystems/
Dlocking.rst423 lock_manager_operations chapter
/Linux-v5.10/include/linux/
Dfs.h1016 struct lock_manager_operations { struct
1017 fl_owner_t (*lm_get_owner)(fl_owner_t);
1018 void (*lm_put_owner)(fl_owner_t);
1019 void (*lm_notify)(struct file_lock *); /* unblock callback */
1020 int (*lm_grant)(struct file_lock *, int);
1021 bool (*lm_break)(struct file_lock *);
1022 int (*lm_change)(struct file_lock *, int, struct list_head *);
1023 void (*lm_setup)(struct file_lock *, void **);
1024 bool (*lm_breaker_owns_lease)(struct file_lock *);