Lines Matching refs:oldext
1001 unsigned int oldext; in xfs_rmap_convert() local
1011 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
1021 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1043 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1044 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()
1139 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1373 oldext, &i); in xfs_rmap_convert()
1434 oldext, &i); in xfs_rmap_convert()
1497 unsigned int oldext; in xfs_rmap_convert_shared() local
1507 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()
1517 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared()
1528 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert_shared()
1529 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert_shared()