Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_rmap.c1046 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()
[all …]