Searched defs:fiemap_extent_group (Results 1 – 1 of 1) sorted by relevance
142 struct fiemap_extent_group { struct143 struct fiemap_extent_group *prev; argument144 struct fiemap_extent_group *next; argument145 __u64 len; /* length of this continuous region */146 struct fiemap_extent_list *start; /* start ext */147 struct fiemap_extent_list *end; /* end ext */