• Home
  • Raw
  • Download

Lines Matching refs:PREV

915 #define PREV		r[2]  macro
962 error = xfs_rmap_get_rec(cur, &PREV, &i); in xfs_rmap_convert()
967 cur->bc_private.a.agno, PREV.rm_startblock, in xfs_rmap_convert()
968 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert()
969 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert()
971 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert()
972 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
973 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
980 if (PREV.rm_offset == offset) in xfs_rmap_convert()
982 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
1088 PREV.rm_startblock, PREV.rm_blockcount, in xfs_rmap_convert()
1089 PREV.rm_owner, PREV.rm_offset, in xfs_rmap_convert()
1090 PREV.rm_flags); in xfs_rmap_convert()
1100 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert()
1112 PREV.rm_startblock, PREV.rm_blockcount, in xfs_rmap_convert()
1113 PREV.rm_owner, PREV.rm_offset, in xfs_rmap_convert()
1114 PREV.rm_flags); in xfs_rmap_convert()
1124 NEW.rm_blockcount += PREV.rm_blockcount; in xfs_rmap_convert()
1151 NEW = PREV; in xfs_rmap_convert()
1165 NEW = PREV; in xfs_rmap_convert()
1177 NEW = PREV; in xfs_rmap_convert()
1199 NEW = PREV; in xfs_rmap_convert()
1225 NEW = PREV; in xfs_rmap_convert()
1247 NEW = PREV; in xfs_rmap_convert()
1281 NEW.rm_blockcount = PREV.rm_offset + PREV.rm_blockcount - in xfs_rmap_convert()
1283 NEW.rm_flags = PREV.rm_flags; in xfs_rmap_convert()
1288 NEW = PREV; in xfs_rmap_convert()
1289 NEW.rm_blockcount = offset - PREV.rm_offset; in xfs_rmap_convert()
1383 &PREV, &i); in xfs_rmap_convert_shared()
1388 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert_shared()
1389 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert_shared()
1390 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert_shared()
1397 if (PREV.rm_offset == offset) in xfs_rmap_convert_shared()
1399 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert_shared()
1464 error = xfs_rmap_delete(cur, PREV.rm_startblock, in xfs_rmap_convert_shared()
1465 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert_shared()
1466 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert_shared()
1476 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1487 error = xfs_rmap_delete(cur, PREV.rm_startblock, in xfs_rmap_convert_shared()
1488 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert_shared()
1489 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert_shared()
1499 NEW.rm_blockcount += PREV.rm_blockcount; in xfs_rmap_convert_shared()
1515 NEW = PREV; in xfs_rmap_convert_shared()
1535 NEW = PREV; in xfs_rmap_convert_shared()
1553 NEW = PREV; in xfs_rmap_convert_shared()
1585 NEW = PREV; in xfs_rmap_convert_shared()
1609 NEW = PREV; in xfs_rmap_convert_shared()
1641 NEW = PREV; in xfs_rmap_convert_shared()
1667 NEW.rm_blockcount = PREV.rm_offset + PREV.rm_blockcount - in xfs_rmap_convert_shared()
1669 NEW.rm_flags = PREV.rm_flags; in xfs_rmap_convert_shared()
1676 NEW = PREV; in xfs_rmap_convert_shared()
1725 #undef PREV
2305 struct xfs_bmbt_irec *PREV) in xfs_rmap_map_extent() argument
2312 whichfork, PREV); in xfs_rmap_map_extent()
2321 struct xfs_bmbt_irec *PREV) in xfs_rmap_unmap_extent() argument
2328 whichfork, PREV); in xfs_rmap_unmap_extent()
2343 struct xfs_bmbt_irec *PREV) in xfs_rmap_convert_extent() argument
2350 whichfork, PREV); in xfs_rmap_convert_extent()