Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_rmap.h124 int xfs_rmap_lookup_le(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_rmap.c32 xfs_rmap_lookup_le( in xfs_rmap_lookup_le() function
511 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, &i); in xfs_rmap_unmap()
787 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, in xfs_rmap_map()
1023 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1141 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
2678 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, in xfs_rmap_record_exists()
/fs/xfs/scrub/
Dbmap.c145 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap()