Searched refs:dm_exception_store (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 114362 struct dm_exception_store;114384 	struct dm_exception_store *store;
 114399 struct dm_exception_store {  struct
 114414 	int (*ctr)(struct dm_exception_store *, char *);  argument
 114415 	void (*dtr)(struct dm_exception_store *);
 114416 	int (*read_metadata)(struct dm_exception_store *, int (*)(void *, chunk_t, chunk_t), void *);
 114417 	int (*prepare_exception)(struct dm_exception_store *, struct dm_exception *);
 114418 …void (*commit_exception)(struct dm_exception_store *, struct dm_exception *, int, void (*)(void *,…
 114419 	int (*prepare_merge)(struct dm_exception_store *, chunk_t *, chunk_t *);
 114420 	int (*commit_merge)(struct dm_exception_store *, int);
 [all …]
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 104567 struct dm_exception_store;104589 	struct dm_exception_store *store;
 104604 struct dm_exception_store {  struct
 104619 	int (*ctr)(struct dm_exception_store *, char *);  argument
 104620 	void (*dtr)(struct dm_exception_store *);
 104621 	int (*read_metadata)(struct dm_exception_store *, int (*)(void *, chunk_t, chunk_t), void *);
 104622 	int (*prepare_exception)(struct dm_exception_store *, struct dm_exception *);
 104623 …void (*commit_exception)(struct dm_exception_store *, struct dm_exception *, int, void (*)(void *,…
 104624 	int (*prepare_merge)(struct dm_exception_store *, chunk_t *, chunk_t *);
 104625 	int (*commit_merge)(struct dm_exception_store *, int);
 [all …]
 
 |