Searched refs:xfs_rmap_get_rec (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_rmap.c | 56 error = xfs_rmap_get_rec(cur, irec, &get_stat); in xfs_rmap_lookup_le() 212 xfs_rmap_get_rec( in xfs_rmap_get_rec() function 615 error = xfs_rmap_get_rec(cur, &rtrec, &i); in xfs_rmap_unmap() 867 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map() 1103 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert() 1143 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert() 1602 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared() 2171 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map_shared()
|
D | xfs_rmap.h | 133 int xfs_rmap_get_rec(struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec,
|