Searched refs:oldext (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rmap.c | 1190 unsigned int oldext; in xfs_rmap_convert() local 1200 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert() 1209 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert() 1224 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert() 1225 newext = ~oldext & XFS_RMAP_UNWRITTEN; in xfs_rmap_convert() 1323 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, NULL, &i); in xfs_rmap_convert() 1564 oldext, &i); in xfs_rmap_convert() 1626 oldext, &i); in xfs_rmap_convert() 1688 unsigned int oldext; in xfs_rmap_convert_shared() local 1698 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert_shared() [all …]
|