Searched refs:xfs_rmap_get_rec (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 56 error = xfs_rmap_get_rec(cur, irec, &get_stat); in xfs_rmap_lookup_le() 287 xfs_rmap_get_rec( in xfs_rmap_get_rec() function 664 error = xfs_rmap_get_rec(cur, &rtrec, &i); in xfs_rmap_unmap() 916 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map() 1152 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert() 1192 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert() 1651 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared() 2220 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map_shared()
|
H A D | xfs_rmap.h | 134 int xfs_rmap_get_rec(struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec,
|