Searched refs:oldext (Results 1 – 1 of 1) sorted by relevance
1262 unsigned int oldext; in xfs_rmap_convert() local1272 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()1296 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()1297 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()1636 oldext, &i); in xfs_rmap_convert()1698 oldext, &i); in xfs_rmap_convert()1760 unsigned int oldext; in xfs_rmap_convert_shared() local1770 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()1779 error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, oldext, in xfs_rmap_convert_shared()1791 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert_shared()[all …]