Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_refcount.c1049 xfs_agblock_t *new_agbno, in xfs_refcount_adjust() argument
1058 *new_agbno = agbno; in xfs_refcount_adjust()
1085 error = xfs_refcount_merge_extents(cur, new_agbno, new_aglen, adj, in xfs_refcount_adjust()
1095 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
1190 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1192 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1195 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1197 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1215 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one()
/Linux-v5.15/fs/xfs/
Dxfs_trace.h3190 xfs_agblock_t new_agbno, xfs_extlen_t new_len),
3191 TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
3198 __field(xfs_agblock_t, new_agbno)
3207 __entry->new_agbno = new_agbno;
3216 __entry->new_agbno,