Home
last modified time | relevance | path

Searched refs:PREV (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_rmap.c981 #define PREV r[2] macro
1031 error = xfs_rmap_get_rec(cur, &PREV, &i); in xfs_rmap_convert()
1039 cur->bc_ag.pag->pag_agno, PREV.rm_startblock, in xfs_rmap_convert()
1040 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert()
1041 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert()
1043 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert()
1044 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
1045 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1052 if (PREV.rm_offset == offset) in xfs_rmap_convert()
1054 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
[all …]
Dxfs_bmap.c1468 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro
1473 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real()
1475 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()
1476 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real()
1477 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real()
1479 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()
1486 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real()
1488 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real()
1544 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real()
1589 LEFT.br_blockcount += PREV.br_blockcount; in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_refcount.c1254 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() argument
1259 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent()
1260 PREV->br_blockcount); in xfs_refcount_increase_extent()
1269 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() argument
1274 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent()
1275 PREV->br_blockcount); in xfs_refcount_decrease_extent()