Searched refs:has_rmap (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | rmap.c | 181 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()
|
H A D | bmap.c | 111 int has_rmap; in xchk_bmap_get_rmap() local 135 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 146 offset, rflags, &has_rmap); in xchk_bmap_get_rmap() 150 if (!has_rmap) in xchk_bmap_get_rmap() 153 error = xfs_rmap_get_rec(info->sc->sa.rmap_cur, rmap, &has_rmap); in xchk_bmap_get_rmap() 159 if (!has_rmap) in xchk_bmap_get_rmap() 162 return has_rmap; in xchk_bmap_get_rmap()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 199 bool *has_rmap); 202 bool *has_rmap);
|
H A D | xfs_rmap.c | 2656 * extent? If so, *has_rmap will be set to true. If there is no record 2657 * or the record only covers part of the range, we set *has_rmap to false. 2667 bool *has_rmap) in xfs_rmap_record_exists() 2685 *has_rmap = false; in xfs_rmap_record_exists() 2693 *has_rmap = false; in xfs_rmap_record_exists() 2697 *has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno && in xfs_rmap_record_exists() 2733 bool *has_rmap) in xfs_rmap_has_other_keys() 2741 *has_rmap = false; in xfs_rmap_has_other_keys() 2750 *has_rmap = true; in xfs_rmap_has_other_keys() 2662 xfs_rmap_record_exists( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, bool *has_rmap) xfs_rmap_record_exists() argument 2728 xfs_rmap_has_other_keys( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, bool *has_rmap) xfs_rmap_has_other_keys() argument
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | bmap.c | 127 int has_rmap; in xchk_bmap_get_rmap() local 151 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 154 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 159 if (!has_rmap) in xchk_bmap_get_rmap() 162 return has_rmap; in xchk_bmap_get_rmap()
|
Completed in 7 milliseconds