Searched refs:has_rmap (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | rmap.c | 193 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()
|
D | bmap.c | 118 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/ |
D | xfs_rmap.h | 222 bool *has_rmap); 225 bool *has_rmap);
|
D | xfs_rmap.c | 2466 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()
|