Searched refs:xfs_refcount_lookup_ge (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_refcount.h | 11 extern int xfs_refcount_lookup_ge(struct xfs_btree_cur *cur,
|
D | xfs_refcount.c | 61 xfs_refcount_lookup_ge( in xfs_refcount_lookup_ge() function 245 error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); in xfs_refcount_delete() 424 error = xfs_refcount_lookup_ge(cur, center->rc_startblock, in xfs_refcount_merge_center_extents() 710 error = xfs_refcount_lookup_ge(cur, agbno + aglen, &found_rec); in xfs_refcount_find_right_extents() 930 error = xfs_refcount_lookup_ge(cur, *agbno, &found_rec); in xfs_refcount_adjust_extents() 983 error = xfs_refcount_lookup_ge(cur, *agbno, in xfs_refcount_adjust_extents() 1462 error = xfs_refcount_lookup_ge(cur, agbno, &found_rec); in xfs_refcount_adjust_cow_extents()
|