Home
last modified time | relevance | path

Searched refs:RIGHT (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/libxfs/
Dxfs_rmap.c914 #define RIGHT r[1] macro
1026 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert()
1030 XFS_WANT_CORRUPTED_GOTO(mp, bno + len <= RIGHT.rm_startblock, in xfs_rmap_convert()
1033 cur->bc_private.a.agno, RIGHT.rm_startblock, in xfs_rmap_convert()
1034 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert()
1035 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert()
1036 if (bno + len == RIGHT.rm_startblock && in xfs_rmap_convert()
1037 offset + len == RIGHT.rm_offset && in xfs_rmap_convert()
1038 xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert()
1048 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert()
[all …]
Dxfs_bmap.c1566 #define RIGHT r[1] in xfs_bmap_add_extent_delay_real() macro
1612 if (xfs_iext_peek_next_extent(ifp, &bma->icur, &RIGHT)) { in xfs_bmap_add_extent_delay_real()
1614 if (isnullstartblock(RIGHT.br_startblock)) in xfs_bmap_add_extent_delay_real()
1619 new_endoff == RIGHT.br_startoff && in xfs_bmap_add_extent_delay_real()
1620 new->br_startblock + new->br_blockcount == RIGHT.br_startblock && in xfs_bmap_add_extent_delay_real()
1621 new->br_state == RIGHT.br_state && in xfs_bmap_add_extent_delay_real()
1622 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_delay_real()
1627 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount in xfs_bmap_add_extent_delay_real()
1643 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real()
1655 error = xfs_bmbt_lookup_eq(bma->cur, &RIGHT, &i); in xfs_bmap_add_extent_delay_real()
[all …]