Searched refs:has_rmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/xfs/scrub/ |
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()
|
A D | bmap.c | 112 int has_rmap; in xchk_bmap_get_rmap() local 136 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 139 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 144 if (!has_rmap) in xchk_bmap_get_rmap() 147 return has_rmap; in xchk_bmap_get_rmap()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_rmap.h | 197 bool *has_rmap); 200 bool *has_rmap);
|
A D | xfs_rmap.c | 2699 bool *has_rmap) in xfs_rmap_record_exists() argument 2717 *has_rmap = false; in xfs_rmap_record_exists() 2721 *has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno && in xfs_rmap_record_exists() 2757 bool *has_rmap) in xfs_rmap_has_other_keys() argument 2765 *has_rmap = false; in xfs_rmap_has_other_keys() 2774 *has_rmap = true; in xfs_rmap_has_other_keys()
|
Completed in 9 milliseconds