Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drmap.c193 bool has_rmap; in xchk_xref_check_owner() local
200 &has_rmap); in xchk_xref_check_owner()
203 if (has_rmap != should_have_rmap) in xchk_xref_check_owner()
236 bool has_rmap; in xchk_xref_has_no_owner() local
242 error = xfs_rmap_has_record(sc->sa.rmap_cur, bno, len, &has_rmap); in xchk_xref_has_no_owner()
245 if (has_rmap) in xchk_xref_has_no_owner()
Dbmap.c118 int has_rmap; in xchk_bmap_get_rmap() local
142 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()
153 offset, rflags, &has_rmap); in xchk_bmap_get_rmap()
157 if (!has_rmap) in xchk_bmap_get_rmap()
160 error = xfs_rmap_get_rec(info->sc->sa.rmap_cur, rmap, &has_rmap); in xchk_bmap_get_rmap()
166 if (!has_rmap) in xchk_bmap_get_rmap()
169 return has_rmap; in xchk_bmap_get_rmap()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.h222 bool *has_rmap);
225 bool *has_rmap);
Dxfs_rmap.c2466 bool *has_rmap) in xfs_rmap_record_exists() argument
2484 *has_rmap = false; in xfs_rmap_record_exists()
2492 *has_rmap = false; in xfs_rmap_record_exists()
2496 *has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno && in xfs_rmap_record_exists()
2505 bool has_rmap; member
2520 rks->has_rmap = true; in xfs_rmap_has_other_keys_helper()
2534 bool *has_rmap) in xfs_rmap_has_other_keys() argument
2542 rks.has_rmap = false; in xfs_rmap_has_other_keys()
2550 *has_rmap = rks.has_rmap; in xfs_rmap_has_other_keys()