Home
last modified time | relevance | path

Searched refs:xfs_rmap_get_rec (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.c58 error = xfs_rmap_get_rec(cur, irec, &get_stat); in xfs_rmap_lookup_le()
304 xfs_rmap_get_rec( in xfs_rmap_get_rec() function
682 error = xfs_rmap_get_rec(cur, &rtrec, &i); in xfs_rmap_unmap()
1012 error = xfs_rmap_get_rec(cur, &gtrec, &have_gt); in xfs_rmap_map()
1246 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert()
1288 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert()
1756 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared()
2336 error = xfs_rmap_get_rec(cur, &gtrec, &have_gt); in xfs_rmap_map_shared()
Dxfs_rmap.h134 int xfs_rmap_get_rec(struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec,
/linux-6.12.1/fs/xfs/scrub/
Drefcount_repair.c262 error = xfs_rmap_get_rec(cur, rmap, &have_gt); in xrep_refc_walk_rmaps()
Drmap_repair.c1174 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()