Lines Matching refs:LEFT
1166 #define LEFT r[0] macro
1246 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert()
1255 LEFT.rm_startblock + LEFT.rm_blockcount > in xfs_rmap_convert()
1262 LEFT.rm_startblock, LEFT.rm_blockcount, in xfs_rmap_convert()
1263 LEFT.rm_owner, LEFT.rm_offset, LEFT.rm_flags); in xfs_rmap_convert()
1264 if (LEFT.rm_startblock + LEFT.rm_blockcount == bno && in xfs_rmap_convert()
1265 LEFT.rm_offset + LEFT.rm_blockcount == offset && in xfs_rmap_convert()
1266 xfs_rmap_is_mergeable(&LEFT, owner, newext)) in xfs_rmap_convert()
1316 (unsigned long)LEFT.rm_blockcount + len + in xfs_rmap_convert()
1389 NEW = LEFT; in xfs_rmap_convert()
1420 NEW = LEFT; in xfs_rmap_convert()
1495 NEW = LEFT; in xfs_rmap_convert()
1733 &LEFT, &i); in xfs_rmap_convert_shared()
1739 LEFT.rm_startblock + LEFT.rm_blockcount > in xfs_rmap_convert_shared()
1745 if (xfs_rmap_is_mergeable(&LEFT, owner, newext)) in xfs_rmap_convert_shared()
1782 (unsigned long)LEFT.rm_blockcount + len + in xfs_rmap_convert_shared()
1808 NEW = LEFT; in xfs_rmap_convert_shared()
1835 NEW = LEFT; in xfs_rmap_convert_shared()
1922 NEW = LEFT; in xfs_rmap_convert_shared()
2092 #undef LEFT