Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dbmap.c628 bool have_map; in xchk_bmap_check_rmap() local
646 have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset, in xchk_bmap_check_rmap()
648 if (!have_map) in xchk_bmap_check_rmap()
659 while (have_map) { in xchk_bmap_check_rmap()
677 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
678 if (!have_map) in xchk_bmap_check_rmap()

Completed in 5 milliseconds