Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/filesystems/
Dlocking.rst425 lock_manager_operations chapter
/Linux-v6.1/include/linux/
Dfs.h1038 struct lock_manager_operations { struct
1039 void *lm_mod_owner;
1040 fl_owner_t (*lm_get_owner)(fl_owner_t);
1041 void (*lm_put_owner)(fl_owner_t);
1042 void (*lm_notify)(struct file_lock *); /* unblock callback */
1043 int (*lm_grant)(struct file_lock *, int);
1044 bool (*lm_break)(struct file_lock *);
1045 int (*lm_change)(struct file_lock *, int, struct list_head *);
1046 void (*lm_setup)(struct file_lock *, void **);
1047 bool (*lm_breaker_owns_lease)(struct file_lock *);
[all …]