Searched refs:cright (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c604 struct xfs_refcount_irec *cright,
611 cur->bc_ag.pag->pag_agno, cright, right);
613 ASSERT(right->rc_domain == cright->rc_domain);
616 * If the extent ending at agbno+aglen (cright) wasn't synthesized,
619 if (cright->rc_refcount > 1) {
620 error = xfs_refcount_lookup_le(cur, cright->rc_domain,
621 cright->rc_startblock, &found_rec);
651 right->rc_startblock -= cright->rc_blockcount;
652 right->rc_blockcount += cright->rc_blockcount;
657 *aglen -= cright
601 xfs_refcount_merge_right_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_extlen_t *aglen) argument
766 xfs_refcount_find_right_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, enum xfs_refc_domain domain, xfs_agblock_t agbno, xfs_extlen_t aglen) argument
876 xfs_refc_want_merge_center( const struct xfs_refcount_irec *left, const struct xfs_refcount_irec *cleft, const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, bool cleft_is_cright, enum xfs_refc_adjust_op adjust, unsigned long long *ulenp) argument
956 xfs_refc_want_merge_right( const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, enum xfs_refc_adjust_op adjust) argument
1002 struct xfs_refcount_irec cright = {0}, right = {0}; local
[all...]

Completed in 113 milliseconds