Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Drmap.c181 bool has_rmap; in xchk_xref_check_owner() local
188 &has_rmap); in xchk_xref_check_owner()
191 if (has_rmap != should_have_rmap) in xchk_xref_check_owner()
224 bool has_rmap; in xchk_xref_has_no_owner() local
230 error = xfs_rmap_has_record(sc->sa.rmap_cur, bno, len, &has_rmap); in xchk_xref_has_no_owner()
233 if (has_rmap) in xchk_xref_has_no_owner()
Dbmap.c93 int has_rmap; in xchk_bmap_get_rmap() local
115 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()
126 offset, rflags, &has_rmap); in xchk_bmap_get_rmap()
130 if (!has_rmap) in xchk_bmap_get_rmap()
133 error = xfs_rmap_get_rec(info->sc->sa.rmap_cur, rmap, &has_rmap); in xchk_bmap_get_rmap()
139 if (!has_rmap) in xchk_bmap_get_rmap()
142 return has_rmap; in xchk_bmap_get_rmap()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_rmap.h199 bool *has_rmap);
202 bool *has_rmap);
Dxfs_rmap.c2457 bool *has_rmap) in xfs_rmap_record_exists() argument
2475 *has_rmap = false; in xfs_rmap_record_exists()
2483 *has_rmap = false; in xfs_rmap_record_exists()
2487 *has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno && in xfs_rmap_record_exists()
2496 bool has_rmap; member
2511 rks->has_rmap = true; in xfs_rmap_has_other_keys_helper()
2525 bool *has_rmap) in xfs_rmap_has_other_keys() argument
2533 rks.has_rmap = false; in xfs_rmap_has_other_keys()
2544 *has_rmap = rks.has_rmap; in xfs_rmap_has_other_keys()