Lines Matching refs:RIGHT

978 #define RIGHT		r[1]  macro
1105 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert()
1112 if (XFS_IS_CORRUPT(mp, bno + len > RIGHT.rm_startblock)) { in xfs_rmap_convert()
1117 cur->bc_ag.agno, RIGHT.rm_startblock, in xfs_rmap_convert()
1118 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert()
1119 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert()
1120 if (bno + len == RIGHT.rm_startblock && in xfs_rmap_convert()
1121 offset + len == RIGHT.rm_offset && in xfs_rmap_convert()
1122 xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert()
1132 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert()
1166 RIGHT.rm_startblock, RIGHT.rm_blockcount, in xfs_rmap_convert()
1167 RIGHT.rm_owner, RIGHT.rm_offset, in xfs_rmap_convert()
1168 RIGHT.rm_flags); in xfs_rmap_convert()
1202 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert()
1251 RIGHT.rm_startblock, RIGHT.rm_blockcount, in xfs_rmap_convert()
1252 RIGHT.rm_owner, RIGHT.rm_offset, in xfs_rmap_convert()
1253 RIGHT.rm_flags); in xfs_rmap_convert()
1269 NEW.rm_blockcount = len + RIGHT.rm_blockcount; in xfs_rmap_convert()
1353 NEW = RIGHT; in xfs_rmap_convert()
1564 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert_shared()
1571 if (XFS_IS_CORRUPT(mp, bno + len > RIGHT.rm_startblock)) { in xfs_rmap_convert_shared()
1576 cur->bc_ag.agno, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1577 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1578 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1579 if (xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert_shared()
1589 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert_shared()
1605 error = xfs_rmap_delete(cur, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1606 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1607 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1625 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1662 error = xfs_rmap_delete(cur, RIGHT.rm_startblock, in xfs_rmap_convert_shared()
1663 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert_shared()
1664 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert_shared()
1677 NEW.rm_blockcount += RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1678 NEW.rm_flags = RIGHT.rm_flags; in xfs_rmap_convert_shared()
1784 NEW = RIGHT; in xfs_rmap_convert_shared()
1894 #undef RIGHT