Searched defs:lock_manager_operations (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 5276 struct lock_manager_operations { struct 5277 fl_owner_t (*lm_get_owner)(fl_owner_t); 5278 void (*lm_put_owner)(fl_owner_t); 5279 void (*lm_notify)(struct file_lock *); 5280 int (*lm_grant)(struct file_lock *, int); 5281 bool (*lm_break)(struct file_lock *); 5282 int (*lm_change)(struct file_lock *, int, struct list_head *); 5283 void (*lm_setup)(struct file_lock *, void **); 5284 bool (*lm_breaker_owns_lease)(struct file_lock *);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 3454 struct lock_manager_operations { struct 3455 fl_owner_t (*lm_get_owner)(fl_owner_t); 3456 void (*lm_put_owner)(fl_owner_t); 3457 void (*lm_notify)(struct file_lock *); 3458 int (*lm_grant)(struct file_lock *, int); 3459 bool (*lm_break)(struct file_lock *); 3460 int (*lm_change)(struct file_lock *, int, struct list_head *); 3461 void (*lm_setup)(struct file_lock *, void **); 3462 bool (*lm_breaker_owns_lease)(struct file_lock *);
|
| D | vmlinux.h | 3454 struct lock_manager_operations { struct 3455 fl_owner_t (*lm_get_owner)(fl_owner_t); 3456 void (*lm_put_owner)(fl_owner_t); 3457 void (*lm_notify)(struct file_lock *); 3458 int (*lm_grant)(struct file_lock *, int); 3459 bool (*lm_break)(struct file_lock *); 3460 int (*lm_change)(struct file_lock *, int, struct list_head *); 3461 void (*lm_setup)(struct file_lock *, void **); 3462 bool (*lm_breaker_owns_lease)(struct file_lock *);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 4848 struct lock_manager_operations { struct 4849 fl_owner_t (*lm_get_owner)(fl_owner_t); 4850 void (*lm_put_owner)(fl_owner_t); 4851 void (*lm_notify)(struct file_lock *); 4852 int (*lm_grant)(struct file_lock *, int); 4853 bool (*lm_break)(struct file_lock *); 4854 int (*lm_change)(struct file_lock *, int, struct list_head *); 4855 void (*lm_setup)(struct file_lock *, void **); 4856 bool (*lm_breaker_owns_lease)(struct file_lock *);
|
| D | vmlinux_510.h | 4848 struct lock_manager_operations { struct 4849 fl_owner_t (*lm_get_owner)(fl_owner_t); 4850 void (*lm_put_owner)(fl_owner_t); 4851 void (*lm_notify)(struct file_lock *); 4852 int (*lm_grant)(struct file_lock *, int); 4853 bool (*lm_break)(struct file_lock *); 4854 int (*lm_change)(struct file_lock *, int, struct list_head *); 4855 void (*lm_setup)(struct file_lock *, void **); 4856 bool (*lm_breaker_owns_lease)(struct file_lock *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 4837 struct lock_manager_operations { struct 4838 fl_owner_t (*lm_get_owner)(fl_owner_t); 4839 void (*lm_put_owner)(fl_owner_t); 4840 void (*lm_notify)(struct file_lock *); 4841 int (*lm_grant)(struct file_lock *, int); 4842 bool (*lm_break)(struct file_lock *); 4843 int (*lm_change)(struct file_lock *, int, struct list_head *); 4844 void (*lm_setup)(struct file_lock *, void **);
|
| D | vmlinux.h | 4837 struct lock_manager_operations { struct 4838 fl_owner_t (*lm_get_owner)(fl_owner_t); 4839 void (*lm_put_owner)(fl_owner_t); 4840 void (*lm_notify)(struct file_lock *); 4841 int (*lm_grant)(struct file_lock *, int); 4842 bool (*lm_break)(struct file_lock *); 4843 int (*lm_change)(struct file_lock *, int, struct list_head *); 4844 void (*lm_setup)(struct file_lock *, void **);
|