oldext            937 fs/xfs/libxfs/xfs_rmap.c 	unsigned int		oldext;
oldext            947 fs/xfs/libxfs/xfs_rmap.c 	oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
oldext            957 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
oldext            973 fs/xfs/libxfs/xfs_rmap.c 	ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
oldext            974 fs/xfs/libxfs/xfs_rmap.c 	newext = ~oldext & XFS_RMAP_UNWRITTEN;
oldext           1055 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
oldext           1253 fs/xfs/libxfs/xfs_rmap.c 				oldext, &i);
oldext           1305 fs/xfs/libxfs/xfs_rmap.c 				oldext, &i);
oldext           1362 fs/xfs/libxfs/xfs_rmap.c 	unsigned int		oldext;
oldext           1372 fs/xfs/libxfs/xfs_rmap.c 	oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
oldext           1390 fs/xfs/libxfs/xfs_rmap.c 	ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
oldext           1391 fs/xfs/libxfs/xfs_rmap.c 	newext = ~oldext & XFS_RMAP_UNWRITTEN;