Home
last modified time | relevance | path

Searched refs:new_agbno (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_refcount.c1104 xfs_agblock_t *new_agbno, in xfs_refcount_adjust() argument
1112 *new_agbno = agbno; in xfs_refcount_adjust()
1142 new_agbno, new_aglen, adj, &shape_changed); in xfs_refcount_adjust()
1151 error = xfs_refcount_adjust_extents(cur, new_agbno, new_aglen, adj); in xfs_refcount_adjust()
1188 xfs_agblock_t new_agbno, in xfs_refcount_continue_op() argument
1195 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, new_len))) in xfs_refcount_continue_op()
1198 *new_fsbno = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_continue_op()
1228 xfs_agblock_t new_agbno; in xfs_refcount_finish_one() local
1271 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1277 new_agbno, *new_len, new_fsb); in xfs_refcount_finish_one()
[all …]
/linux-6.1.9/fs/xfs/
Dxfs_trace.h3211 xfs_agblock_t new_agbno, xfs_extlen_t new_len),
3212 TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
3219 __field(xfs_agblock_t, new_agbno)
3228 __entry->new_agbno = new_agbno;
3237 __entry->new_agbno,