Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h205 xfs_failaddr_t xfs_rmap_btrec_to_irec(const union xfs_btree_rec *rec,
Dxfs_rmap.c199 xfs_rmap_btrec_to_irec( in xfs_rmap_btrec_to_irec() function
317 fa = xfs_rmap_btrec_to_irec(rec, irec); in xfs_rmap_get_rec()
2487 fa = xfs_rmap_btrec_to_irec(rec, &irec); in xfs_rmap_query_range_helper()
/linux-6.12.1/fs/xfs/scrub/
Drmap.c360 if (xfs_rmap_btrec_to_irec(rec, &irec) != NULL || in xchk_rmapbt_rec()