Home
last modified time | relevance | path

Searched refs:oldext (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.c945 unsigned int oldext; in xfs_rmap_convert() local
955 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
965 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
981 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
982 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()
1063 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1261 oldext, &i); in xfs_rmap_convert()
1313 oldext, &i); in xfs_rmap_convert()
1370 unsigned int oldext; in xfs_rmap_convert_shared() local
1380 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()
[all …]