Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h103787 struct dm_table { struct
103788 struct mapped_device *md;
103789 enum dm_queue_mode type;
103790 unsigned int depth;
103791 unsigned int counts[16];
103792 sector_t *index[16];
103793 unsigned int num_targets;
103794 unsigned int num_allocated;
103795 sector_t *highs;
103796 struct dm_target *targets;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h113582 struct dm_table { struct
113583 struct mapped_device *md;
113584 enum dm_queue_mode type;
113585 unsigned int depth;
113586 unsigned int counts[16];
113587 sector_t *index[16];
113588 unsigned int num_targets;
113589 unsigned int num_allocated;
113590 sector_t *highs;
113591 struct dm_target *targets;
[all …]