Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount.c993 xfs_agblock_t *new_agbno, in xfs_refcount_adjust() argument
1002 *new_agbno = agbno; in xfs_refcount_adjust()
1029 error = xfs_refcount_merge_extents(cur, new_agbno, new_aglen, adj, in xfs_refcount_adjust()
1039 error = xfs_refcount_adjust_extents(cur, new_agbno, new_aglen, in xfs_refcount_adjust()
1092 xfs_agblock_t new_agbno; in xfs_refcount_finish_one() local
1140 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1142 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1145 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1147 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1165 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one()
/fs/xfs/
Dxfs_trace.h2930 xfs_agblock_t new_agbno, xfs_extlen_t new_len),
2931 TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
2938 __field(xfs_agblock_t, new_agbno)
2947 __entry->new_agbno = new_agbno;
2956 __entry->new_agbno,