Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c544 struct xfs_refcount_irec *cright, in xfs_refcount_merge_right_extent()
551 cur->bc_ag.agno, cright, right); in xfs_refcount_merge_right_extent()
554 * If the extent ending at agbno+aglen (cright) wasn't synthesized, in xfs_refcount_merge_right_extent()
557 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()
558 error = xfs_refcount_lookup_le(cur, cright->rc_startblock, in xfs_refcount_merge_right_extent()
586 right->rc_startblock -= cright->rc_blockcount; in xfs_refcount_merge_right_extent()
587 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent()
592 *aglen -= cright->rc_blockcount; in xfs_refcount_merge_right_extent()
693 * Find the right extent and the one before it (cright). This function
700 struct xfs_refcount_irec *cright, in xfs_refcount_find_right_extents()
541 xfs_refcount_merge_right_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_extlen_t *aglen) xfs_refcount_merge_right_extent() argument
697 xfs_refcount_find_right_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_agblock_t agbno, xfs_extlen_t aglen, int flags) xfs_refcount_find_right_extents() argument
802 struct xfs_refcount_irec cright = {0}, right = {0}; xfs_refcount_merge_extents() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount.c592 struct xfs_refcount_irec *cright, in xfs_refcount_merge_right_extent()
599 cur->bc_ag.pag->pag_agno, cright, right); in xfs_refcount_merge_right_extent()
601 ASSERT(right->rc_domain == cright->rc_domain); in xfs_refcount_merge_right_extent()
604 * If the extent ending at agbno+aglen (cright) wasn't synthesized, in xfs_refcount_merge_right_extent()
607 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()
608 error = xfs_refcount_lookup_le(cur, cright->rc_domain, in xfs_refcount_merge_right_extent()
609 cright->rc_startblock, &found_rec); in xfs_refcount_merge_right_extent()
636 right->rc_startblock -= cright->rc_blockcount; in xfs_refcount_merge_right_extent()
637 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent()
642 *aglen -= cright in xfs_refcount_merge_right_extent()
589 xfs_refcount_merge_right_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_extlen_t *aglen) xfs_refcount_merge_right_extent() argument
749 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) xfs_refcount_find_right_extents() argument
857 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) xfs_refc_want_merge_center() argument
937 xfs_refc_want_merge_right( const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, enum xfs_refc_adjust_op adjust) xfs_refc_want_merge_right() argument
983 struct xfs_refcount_irec cright = {0}, right = {0}; xfs_refcount_merge_extents() local
[all...]

Completed in 6 milliseconds