Lines Matching refs:oldext
1046 unsigned int oldext; in xfs_rmap_convert() local
1056 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
1066 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert()
1081 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1082 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()
1177 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, NULL, &i); in xfs_rmap_convert()
1411 oldext, &i); in xfs_rmap_convert()
1472 oldext, &i); in xfs_rmap_convert()
1535 unsigned int oldext; in xfs_rmap_convert_shared() local
1545 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()
1555 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared()
1566 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert_shared()
1567 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert_shared()