Searched refs:xfs_rmap_lookup_le (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_rmap.h | 124 int xfs_rmap_lookup_le(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|
D | xfs_rmap.c | 32 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/ |
D | bmap.c | 145 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap()
|