Searched refs:xfs_rmap_lookup_le_range (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 187 int xfs_rmap_lookup_le_range(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|
H A D | xfs_rmap.c | 363 xfs_rmap_lookup_le_range( in xfs_rmap_lookup_le_range() function 1517 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared() 1934 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, flags, in xfs_rmap_unmap_shared()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 190 int xfs_rmap_lookup_le_range(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|
H A D | xfs_rmap.c | 446 xfs_rmap_lookup_le_range( in xfs_rmap_lookup_le_range() function 1604 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared() 2021 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, flags, in xfs_rmap_unmap_shared()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | bmap.c | 134 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | bmap.c | 150 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trace.h | 2682 DEFINE_RMAPBT_EVENT(xfs_rmap_lookup_le_range); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trace.h | 2861 DEFINE_RMAPBT_EVENT(xfs_rmap_lookup_le_range); variable
|
Completed in 19 milliseconds