Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_refcount.c1048 xfs_agblock_t *new_agbno, in xfs_refcount_adjust() argument
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_len); in xfs_refcount_finish_one()
/Linux-v5.10/fs/xfs/
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;
3073 __entry->new_agbno,