Searched refs:xfs_rmap_get_rec (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 60 error = xfs_rmap_get_rec(cur, irec, &get_stat); in xfs_rmap_lookup_le() 374 xfs_rmap_get_rec( in xfs_rmap_get_rec() function 752 error = xfs_rmap_get_rec(cur, &rtrec, &i); in xfs_rmap_unmap() 1083 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map() 1318 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert() 1360 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert() 1828 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared() 2408 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map_shared()
|
| H A D | xfs_rmap.h | 135 int xfs_rmap_get_rec(struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec,
|
| /linux/fs/xfs/scrub/ |
| H A D | refcount_repair.c | 262 error = xfs_rmap_get_rec(cur, rmap, &have_gt); in xrep_refc_walk_rmaps()
|
| H A D | rtrefcount_repair.c | 250 error = xfs_rmap_get_rec(cur, rmap, &have_gt); in xrep_rtrefc_walk_rmaps()
|
| H A D | rtrmap_repair.c | 666 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rtrmap_get_records()
|
| H A D | rmap_repair.c | 1241 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()
|