Home
last modified time | relevance | path

Searched refs:fm_last (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
Dfilefrag.c211 struct fiemap_extent fm_last = {0}; in filefrag_fiemap() local
259 expected_dense = fm_last.fe_physical + in filefrag_fiemap()
260 fm_last.fe_length; in filefrag_fiemap()
261 expected = fm_last.fe_physical + in filefrag_fiemap()
262 fm_ext[i].fe_logical - fm_last.fe_logical; in filefrag_fiemap()
277 fm_last = fm_ext[i]; in filefrag_fiemap()
296 struct fiemap_extent fm_ext, fm_last; in filefrag_fibmap() local
304 memset(&fm_last, 0, sizeof(fm_last)); in filefrag_fibmap()
339 if (*num_extents != 0 && fm_last.fe_length) { in filefrag_fibmap()
340 expected = fm_last.fe_physical + in filefrag_fibmap()
[all …]