Searched refs:oldext (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_rmap.c | 1001 unsigned int oldext; in xfs_rmap_convert() local 1011 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert() 1021 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 1043 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert() 1044 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert() 1139 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 1373 oldext, &i); in xfs_rmap_convert() 1434 oldext, &i); in xfs_rmap_convert() 1497 unsigned int oldext; in xfs_rmap_convert_shared() local 1507 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared() [all …]
|