Lines Matching refs:RIGHT
1023 #define RIGHT r[1] macro
1143 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert()
1150 if (XFS_IS_CORRUPT(mp, bno + len > RIGHT.rm_startblock)) { in xfs_rmap_convert()
1155 cur->bc_ag.pag->pag_agno, RIGHT.rm_startblock, in xfs_rmap_convert()
1156 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert()
1157 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert()
1158 if (bno + len == RIGHT.rm_startblock && in xfs_rmap_convert()
1159 offset + len == RIGHT.rm_offset && in xfs_rmap_convert()
1160 xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert()
1170 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert()
1204 RIGHT.rm_startblock, RIGHT.rm_blockcount, in xfs_rmap_convert()
1205 RIGHT.rm_owner, RIGHT.rm_offset, in xfs_rmap_convert()
1206 RIGHT.rm_flags); in xfs_rmap_convert()
1240 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert()
1289 RIGHT.rm_startblock, RIGHT.rm_blockcount, in xfs_rmap_convert()
1290 RIGHT.rm_owner, RIGHT.rm_offset, in xfs_rmap_convert()
1291 RIGHT.rm_flags); in xfs_rmap_convert()
1307 NEW.rm_blockcount = len + RIGHT.rm_blockcount; in xfs_rmap_convert()
1391 NEW = RIGHT; in xfs_rmap_convert()
1602 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared()
1609 if (XFS_IS_CORRUPT(mp, bno + len > RIGHT.rm_startblock)) { in xfs_rmap_convert_shared()
1614 cur->bc_ag.pag->pag_agno, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1615 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1616 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1617 if (xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert_shared()
1627 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert_shared()
1643 error = xfs_rmap_delete(cur, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1644 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1645 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1663 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1700 error = xfs_rmap_delete(cur, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1701 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1702 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1715 NEW.rm_blockcount += RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1716 NEW.rm_flags = RIGHT.rm_flags; in xfs_rmap_convert_shared()
1822 NEW = RIGHT; in xfs_rmap_convert_shared()
1932 #undef RIGHT