Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/scrub/
Drmap.c587 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_owned_by()
612 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_not_owned_by()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_rmap.h215 int xfs_rmap_count_owners(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_rmap.c2845 xfs_rmap_count_owners( in xfs_rmap_count_owners() function