Symbol: PREV
fs/xfs/libxfs/xfs_bmap.c
1472
xfs_iext_get_extent(ifp, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1474
ASSERT(isnullstartblock(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1475
ASSERT(PREV.br_startoff <= new->br_startoff);
fs/xfs/libxfs/xfs_bmap.c
1476
ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_bmap.c
1478
da_old = startblockval(PREV.br_startblock);
fs/xfs/libxfs/xfs_bmap.c
1485
if (PREV.br_startoff == new->br_startoff)
fs/xfs/libxfs/xfs_bmap.c
1487
if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
fs/xfs/libxfs/xfs_bmap.c
1545
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1594
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1626
PREV.br_startblock = new->br_startblock;
fs/xfs/libxfs/xfs_bmap.c
1627
PREV.br_blockcount += RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1628
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
1633
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1647
error = xfs_bmbt_update(bma->cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1660
PREV.br_startblock = new->br_startblock;
fs/xfs/libxfs/xfs_bmap.c
1661
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
1662
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1695
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1697
startblockval(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1701
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1702
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1703
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1705
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1766
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1768
startblockval(PREV.br_startblock) -
fs/xfs/libxfs/xfs_bmap.c
1771
PREV.br_startoff = new_endoff;
fs/xfs/libxfs/xfs_bmap.c
1772
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1773
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1775
xfs_iext_insert(bma->ip, &bma->icur, &PREV, state);
fs/xfs/libxfs/xfs_bmap.c
1806
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1808
startblockval(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1810
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1811
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1813
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1857
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1859
startblockval(PREV.br_startblock) -
fs/xfs/libxfs/xfs_bmap.c
1862
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1863
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1864
xfs_iext_insert(bma->ip, &bma->icur, &PREV, state);
fs/xfs/libxfs/xfs_bmap.c
1890
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
1896
RIGHT.br_state = PREV.br_state;
fs/xfs/libxfs/xfs_bmap.c
1899
PREV.br_startoff + PREV.br_blockcount - new_endoff;
fs/xfs/libxfs/xfs_bmap.c
1905
PREV.br_blockcount = new->br_startoff - PREV.br_startoff;
fs/xfs/libxfs/xfs_bmap.c
1906
PREV.br_startblock =
fs/xfs/libxfs/xfs_bmap.c
1908
PREV.br_blockcount));
fs/xfs/libxfs/xfs_bmap.c
1909
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1946
da_new = startblockval(PREV.br_startblock) +
fs/xfs/libxfs/xfs_bmap.c
2046
xfs_iext_get_extent(ifp, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2047
ASSERT(new->br_state != PREV.br_state);
fs/xfs/libxfs/xfs_bmap.c
2049
ASSERT(PREV.br_startoff <= new->br_startoff);
fs/xfs/libxfs/xfs_bmap.c
2050
ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_bmap.c
2056
if (PREV.br_startoff == new->br_startoff)
fs/xfs/libxfs/xfs_bmap.c
2058
if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
fs/xfs/libxfs/xfs_bmap.c
2115
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2173
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2183
error = xfs_bmbt_lookup_eq(cur, &PREV, &i);
fs/xfs/libxfs/xfs_bmap.c
2216
PREV.br_blockcount += RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2217
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
2222
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2251
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2263
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
2264
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2278
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2291
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2292
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2293
PREV.br_startblock += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2294
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2296
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2312
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2329
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2330
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2331
PREV.br_startblock += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2332
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2334
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2350
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2369
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2370
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2376
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2392
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2409
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2410
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2412
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2429
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2456
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2457
PREV.br_blockcount = new->br_startoff - PREV.br_startoff;
fs/xfs/libxfs/xfs_bmap.c
2464
r[1].br_state = PREV.br_state;
fs/xfs/libxfs/xfs_bmap.c
2466
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2489
cur->bc_rec.b = PREV;
fs/xfs/libxfs/xfs_bmap.c
6023
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_bmap.c
6025
__xfs_bmap_add(tp, XFS_BMAP_MAP, ip, whichfork, PREV);
fs/xfs/libxfs/xfs_bmap.c
6034
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_bmap.c
6036
__xfs_bmap_add(tp, XFS_BMAP_UNMAP, ip, whichfork, PREV);
fs/xfs/libxfs/xfs_refcount.c
1605
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_refcount.c
1610
__xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, isrt, PREV->br_startblock,
fs/xfs/libxfs/xfs_refcount.c
1611
PREV->br_blockcount);
fs/xfs/libxfs/xfs_refcount.c
1621
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_refcount.c
1626
__xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, isrt, PREV->br_startblock,
fs/xfs/libxfs/xfs_refcount.c
1627
PREV->br_blockcount);
fs/xfs/libxfs/xfs_rmap.c
1281
error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i);
fs/xfs/libxfs/xfs_rmap.c
1290
trace_xfs_rmap_lookup_le_range_result(cur, PREV.rm_startblock,
fs/xfs/libxfs/xfs_rmap.c
1291
PREV.rm_blockcount, PREV.rm_owner, PREV.rm_offset,
fs/xfs/libxfs/xfs_rmap.c
1292
PREV.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1294
ASSERT(PREV.rm_offset <= offset);
fs/xfs/libxfs/xfs_rmap.c
1295
ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_rmap.c
1296
ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
fs/xfs/libxfs/xfs_rmap.c
1303
if (PREV.rm_offset == offset)
fs/xfs/libxfs/xfs_rmap.c
1305
if (PREV.rm_offset + PREV.rm_blockcount == new_endoff)
fs/xfs/libxfs/xfs_rmap.c
1442
trace_xfs_rmap_delete(cur, PREV.rm_startblock,
fs/xfs/libxfs/xfs_rmap.c
1443
PREV.rm_blockcount, PREV.rm_owner,
fs/xfs/libxfs/xfs_rmap.c
1444
PREV.rm_offset, PREV.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1462
NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount;
fs/xfs/libxfs/xfs_rmap.c
1473
trace_xfs_rmap_delete(cur, PREV.rm_startblock,
fs/xfs/libxfs/xfs_rmap.c
1474
PREV.rm_blockcount, PREV.rm_owner,
fs/xfs/libxfs/xfs_rmap.c
1475
PREV.rm_offset, PREV.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1493
NEW.rm_blockcount += PREV.rm_blockcount;
fs/xfs/libxfs/xfs_rmap.c
1531
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1545
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1557
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1579
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1608
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1630
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1671
NEW.rm_blockcount = PREV.rm_offset + PREV.rm_blockcount -
fs/xfs/libxfs/xfs_rmap.c
1673
NEW.rm_flags = PREV.rm_flags;
fs/xfs/libxfs/xfs_rmap.c
1678
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1679
NEW.rm_blockcount = offset - PREV.rm_offset;
fs/xfs/libxfs/xfs_rmap.c
1780
&PREV, &i);
fs/xfs/libxfs/xfs_rmap.c
1789
ASSERT(PREV.rm_offset <= offset);
fs/xfs/libxfs/xfs_rmap.c
1790
ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_rmap.c
1791
ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext);
fs/xfs/libxfs/xfs_rmap.c
1798
if (PREV.rm_offset == offset)
fs/xfs/libxfs/xfs_rmap.c
1800
if (PREV.rm_offset + PREV.rm_blockcount == new_endoff)
fs/xfs/libxfs/xfs_rmap.c
1875
error = xfs_rmap_delete(cur, PREV.rm_startblock,
fs/xfs/libxfs/xfs_rmap.c
1876
PREV.rm_blockcount, PREV.rm_owner,
fs/xfs/libxfs/xfs_rmap.c
1877
PREV.rm_offset, PREV.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1891
NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount;
fs/xfs/libxfs/xfs_rmap.c
1902
error = xfs_rmap_delete(cur, PREV.rm_startblock,
fs/xfs/libxfs/xfs_rmap.c
1903
PREV.rm_blockcount, PREV.rm_owner,
fs/xfs/libxfs/xfs_rmap.c
1904
PREV.rm_offset, PREV.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1918
NEW.rm_blockcount += PREV.rm_blockcount;
fs/xfs/libxfs/xfs_rmap.c
1934
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1958
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
1980
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
2016
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
2040
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
2076
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
2106
NEW.rm_blockcount = PREV.rm_offset + PREV.rm_blockcount -
fs/xfs/libxfs/xfs_rmap.c
2108
NEW.rm_flags = PREV.rm_flags;
fs/xfs/libxfs/xfs_rmap.c
2115
NEW = PREV;
fs/xfs/libxfs/xfs_rmap.c
2772
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_rmap.c
2783
__xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV);
fs/xfs/libxfs/xfs_rmap.c
2792
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_rmap.c
2803
__xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV);
fs/xfs/libxfs/xfs_rmap.c
2818
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_rmap.c
2829
__xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV);