Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c1048 xfs_agblock_t *new_agbno, in xfs_refcount_adjust()
1057 *new_agbno = agbno; in xfs_refcount_adjust()
1084 error = xfs_refcount_merge_extents(cur, new_agbno, new_aglen, adj, in xfs_refcount_adjust()
1094 error = xfs_refcount_adjust_extents(cur, new_agbno, new_aglen, in xfs_refcount_adjust()
1147 xfs_agblock_t new_agbno; in xfs_refcount_finish_one() local
1193 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1195 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1198 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1200 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1218 bno, blockcount, new_agbno, *new_le in xfs_refcount_finish_one()
1044 xfs_refcount_adjust( struct xfs_btree_cur *cur, xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *new_agbno, xfs_extlen_t *new_aglen, enum xfs_refc_adjust_op adj, struct xfs_owner_info *oinfo) xfs_refcount_adjust() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount.c1326 xfs_agblock_t new_agbno) in xfs_refcount_continue_op()
1331 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
1335 ri->ri_startblock = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_continue_op()
1323 xfs_refcount_continue_op( struct xfs_btree_cur *cur, struct xfs_refcount_intent *ri, xfs_agblock_t new_agbno) xfs_refcount_continue_op() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h3047 xfs_agblock_t new_agbno, xfs_extlen_t new_len),
3048 TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
3055 __field(xfs_agblock_t, new_agbno)
3064 __entry->new_agbno = new_agbno;
3067 TP_printk("dev %d:%d type %d agno %u agbno %u len %u new_agbno %u new_len %u",
3073 __entry->new_agbno,

Completed in 9 milliseconds