Lines Matching defs:oldext

1001 	unsigned int		oldext;
1011 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1021 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
1043 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
1044 newext = ~oldext & XFS_RMAP_UNWRITTEN;
1047 * Set flags determining what part of the previous oldext allocation
1139 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
1155 * Setting all of a previous oldext extent to newext.
1210 * Setting all of a previous oldext extent to newext.
1240 * Setting all of a previous oldext extent to newext.
1278 * Setting all of a previous oldext extent to newext.
1291 * Setting the first part of a previous oldext extent to newext.
1313 * Setting the first part of a previous oldext extent to newext.
1342 * Setting the last part of a previous oldext extent to newext.
1364 * Setting the last part of a previous oldext extent to newext.
1373 oldext, &i);
1399 * Setting the middle part of a previous oldext extent to
1403 /* new right extent - oldext */
1413 /* new left extent - oldext */
1434 oldext, &i);
1497 unsigned int oldext;
1507 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1517 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext,
1528 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
1529 newext = ~oldext & XFS_RMAP_UNWRITTEN;
1532 * Set flags determining what part of the previous oldext allocation
1602 * Setting all of a previous oldext extent to newext.
1633 * Setting all of a previous oldext extent to newext.
1659 * Setting all of a previous oldext extent to newext.
1686 * Setting all of a previous oldext extent to newext.
1708 * Setting the first part of a previous oldext extent to newext.
1743 * Setting the first part of a previous oldext extent to newext.
1767 * Setting the last part of a previous oldext extent to newext.
1802 * Setting the last part of a previous oldext extent to newext.
1826 * Setting the middle part of a previous oldext extent to
1830 /* new right extent - oldext */
1842 /* new left extent - oldext */