Searched refs:xfs_rmap_lookup_le (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_rmap.h | 122 int xfs_rmap_lookup_le(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|
| D | xfs_rmap.c | 30 xfs_rmap_lookup_le( in xfs_rmap_lookup_le() function 482 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, &i); in xfs_rmap_unmap() 738 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, in xfs_rmap_map() 957 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 1055 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 2470 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, in xfs_rmap_record_exists()
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | bmap.c | 125 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap()
|