Lines Matching defs:oldext

1095 	unsigned int		oldext;
1105 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1115 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i);
1130 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
1131 newext = ~oldext & XFS_RMAP_UNWRITTEN;
1134 * Set flags determining what part of the previous oldext allocation
1226 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, NULL, &i);
1242 * Setting all of a previous oldext extent to newext.
1297 * Setting all of a previous oldext extent to newext.
1327 * Setting all of a previous oldext extent to newext.
1365 * Setting all of a previous oldext extent to newext.
1378 * Setting the first part of a previous oldext extent to newext.
1400 * Setting the first part of a previous oldext extent to newext.
1429 * Setting the last part of a previous oldext extent to newext.
1451 * Setting the last part of a previous oldext extent to newext.
1460 oldext, &i);
1486 * Setting the middle part of a previous oldext extent to
1490 /* new right extent - oldext */
1500 /* new left extent - oldext */
1521 oldext, &i);
1584 unsigned int oldext;
1594 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1604 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext,
1615 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
1616 newext = ~oldext & XFS_RMAP_UNWRITTEN;
1619 * Set flags determining what part of the previous oldext allocation
1689 * Setting all of a previous oldext extent to newext.
1720 * Setting all of a previous oldext extent to newext.
1746 * Setting all of a previous oldext extent to newext.
1773 * Setting all of a previous oldext extent to newext.
1795 * Setting the first part of a previous oldext extent to newext.
1830 * Setting the first part of a previous oldext extent to newext.
1854 * Setting the last part of a previous oldext extent to newext.
1889 * Setting the last part of a previous oldext extent to newext.
1913 * Setting the middle part of a previous oldext extent to
1917 /* new right extent - oldext */
1929 /* new left extent - oldext */