Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.h223 int xfs_rmap_has_other_keys(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_rmap.c2529 xfs_rmap_has_other_keys( in xfs_rmap_has_other_keys() function
/linux-4.19.296/fs/xfs/scrub/
Drepair.c571 error = xfs_rmap_has_other_keys(cur, agbno, 1, oinfo, &has_other_rmap); in xrep_reap_block()