Home
last modified time | relevance | path

Searched refs:xfs_rmap_has_other_keys (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dreap.c343 error = xfs_rmap_has_other_keys(cur, agbno, 1, rs->oinfo, in xreap_agextent_select()
359 error = xfs_rmap_has_other_keys(cur, bno, 1, rs->oinfo, in xreap_agextent_select()
711 error = xfs_rmap_has_other_keys(cur, agbno, 1, &oinfo, crosslinked); in xreap_bmapi_select()
720 error = xfs_rmap_has_other_keys(cur, bno, 1, &oinfo, in xreap_bmapi_select()
Dagheader_repair.c502 error = xfs_rmap_has_other_keys(ra->rmap_cur, agbno, 1, in xrep_agfl_check_extent()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h227 int xfs_rmap_has_other_keys(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_rmap.c2966 xfs_rmap_has_other_keys( in xfs_rmap_has_other_keys() function