Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h104569 struct dm_snapshot { struct
104570 struct rw_semaphore lock;
104571 struct dm_dev *origin;
104572 struct dm_dev *cow;
104573 struct dm_target *ti;
104574 struct list_head list;
104575 int valid;
104576 int snapshot_overflowed;
104577 int active;
104578 atomic_t pending_exceptions_count;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h114364 struct dm_snapshot { struct
114365 struct rw_semaphore lock;
114366 struct dm_dev *origin;
114367 struct dm_dev *cow;
114368 struct dm_target *ti;
114369 struct list_head list;
114370 int valid;
114371 int snapshot_overflowed;
114372 int active;
114373 atomic_t pending_exceptions_count;
[all …]