Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_rmap.c1003 unsigned int oldext; in xfs_rmap_convert() local
1013 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
1023 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1045 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1046 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert()
1141 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert()
1375 oldext, &i); in xfs_rmap_convert()
1436 oldext, &i); in xfs_rmap_convert()
1499 unsigned int oldext; in xfs_rmap_convert_shared() local
1509 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared()
[all …]