Home
last modified time | relevance | path

Searched refs:xfs_rmap_count_owners (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Drmap.c596 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_owned_by()
621 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_not_owned_by()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h224 int xfs_rmap_count_owners(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_rmap.c2935 xfs_rmap_count_owners( in xfs_rmap_count_owners() function