Searched refs:xfs_refcount_lookup_ge (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_refcount.h | 11 extern int xfs_refcount_lookup_ge(struct xfs_btree_cur *cur,
|
D | xfs_refcount.c | 63 xfs_refcount_lookup_ge( in xfs_refcount_lookup_ge() function 238 error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); in xfs_refcount_delete() 411 error = xfs_refcount_lookup_ge(cur, center->rc_startblock, in xfs_refcount_merge_center_extents() 667 error = xfs_refcount_lookup_ge(cur, agbno + aglen, &found_rec); in xfs_refcount_find_right_extents() 882 error = xfs_refcount_lookup_ge(cur, *agbno, &found_rec); in xfs_refcount_adjust_extents() 932 error = xfs_refcount_lookup_ge(cur, *agbno, in xfs_refcount_adjust_extents() 1403 error = xfs_refcount_lookup_ge(cur, agbno, &found_rec); in xfs_refcount_adjust_cow_extents()
|