Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_rmap.c980 #define RIGHT r[1] macro
1107 error = xfs_rmap_get_rec(cur, &RIGHT, &i); in xfs_rmap_convert()
1114 if (XFS_IS_CORRUPT(mp, bno + len > RIGHT.rm_startblock)) { in xfs_rmap_convert()
1119 cur->bc_ag.pag->pag_agno, RIGHT.rm_startblock, in xfs_rmap_convert()
1120 RIGHT.rm_blockcount, RIGHT.rm_owner, in xfs_rmap_convert()
1121 RIGHT.rm_offset, RIGHT.rm_flags); in xfs_rmap_convert()
1122 if (bno + len == RIGHT.rm_startblock && in xfs_rmap_convert()
1123 offset + len == RIGHT.rm_offset && in xfs_rmap_convert()
1124 xfs_rmap_is_mergeable(&RIGHT, owner, newext)) in xfs_rmap_convert()
1134 RIGHT.rm_blockcount > XFS_RMAP_LEN_MAX) in xfs_rmap_convert()
[all …]
Dxfs_bmap.c1467 #define RIGHT r[1] in xfs_bmap_add_extent_delay_real() macro
1513 if (xfs_iext_peek_next_extent(ifp, &bma->icur, &RIGHT)) { in xfs_bmap_add_extent_delay_real()
1515 if (isnullstartblock(RIGHT.br_startblock)) in xfs_bmap_add_extent_delay_real()
1520 new_endoff == RIGHT.br_startoff && in xfs_bmap_add_extent_delay_real()
1521 new->br_startblock + new->br_blockcount == RIGHT.br_startblock && in xfs_bmap_add_extent_delay_real()
1522 new->br_state == RIGHT.br_state && in xfs_bmap_add_extent_delay_real()
1523 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_delay_real()
1528 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount in xfs_bmap_add_extent_delay_real()
1544 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real()
1556 error = xfs_bmbt_lookup_eq(bma->cur, &RIGHT, &i); in xfs_bmap_add_extent_delay_real()
[all …]