Searched refs:fm_last (Results 1 – 1 of 1) sorted by relevance
213 struct fiemap_extent fm_last; in filefrag_fiemap() local226 memset(&fm_last, 0, sizeof(fm_last)); in filefrag_fiemap()262 expected_dense = fm_last.fe_physical + in filefrag_fiemap()263 fm_last.fe_length; in filefrag_fiemap()264 expected = fm_last.fe_physical + in filefrag_fiemap()265 fm_ext[i].fe_logical - fm_last.fe_logical; in filefrag_fiemap()280 fm_last = fm_ext[i]; in filefrag_fiemap()299 struct fiemap_extent fm_ext, fm_last; in filefrag_fibmap() local307 memset(&fm_last, 0, sizeof(fm_last)); in filefrag_fibmap()342 if (*num_extents != 0 && fm_last.fe_length) { in filefrag_fibmap()[all …]