Lines Matching refs:oldext
1095 unsigned int oldext; in xfs_rmap_convert() local
1105 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
1115 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert()
1130 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1131 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()
1226 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, NULL, &i); in xfs_rmap_convert()
1460 oldext, &i); in xfs_rmap_convert()
1521 oldext, &i); in xfs_rmap_convert()
1584 unsigned int oldext; in xfs_rmap_convert_shared() local
1594 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()
1604 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared()
1615 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert_shared()
1616 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert_shared()