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