Searched refs:oldext (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_rmap.c | 937 unsigned int oldext; in xfs_rmap_convert() local 947 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert() 957 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 973 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert() 974 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert() 1055 error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i); in xfs_rmap_convert() 1253 oldext, &i); in xfs_rmap_convert() 1305 oldext, &i); in xfs_rmap_convert() 1362 unsigned int oldext; in xfs_rmap_convert_shared() local 1372 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared() [all …]
|