Symbol: PREV
fs/xfs/libxfs/xfs_bmap.c
1470
xfs_iext_get_extent(ifp, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1472
ASSERT(isnullstartblock(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1473
ASSERT(PREV.br_startoff <= new->br_startoff);
fs/xfs/libxfs/xfs_bmap.c
1474
ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_bmap.c
1476
da_old = startblockval(PREV.br_startblock);
fs/xfs/libxfs/xfs_bmap.c
1483
if (PREV.br_startoff == new->br_startoff)
fs/xfs/libxfs/xfs_bmap.c
1485
if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
fs/xfs/libxfs/xfs_bmap.c
1543
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1592
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1624
PREV.br_startblock = new->br_startblock;
fs/xfs/libxfs/xfs_bmap.c
1625
PREV.br_blockcount += RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1626
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
1631
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1645
error = xfs_bmbt_update(bma->cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1658
PREV.br_startblock = new->br_startblock;
fs/xfs/libxfs/xfs_bmap.c
1659
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
1660
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1693
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1695
startblockval(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1699
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1700
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1701
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1703
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1764
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1766
startblockval(PREV.br_startblock) -
fs/xfs/libxfs/xfs_bmap.c
1769
PREV.br_startoff = new_endoff;
fs/xfs/libxfs/xfs_bmap.c
1770
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1771
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1773
xfs_iext_insert(bma->ip, &bma->icur, &PREV, state);
fs/xfs/libxfs/xfs_bmap.c
1804
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1806
startblockval(PREV.br_startblock));
fs/xfs/libxfs/xfs_bmap.c
1808
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1809
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1811
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1855
temp = PREV.br_blockcount - new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1857
startblockval(PREV.br_startblock) -
fs/xfs/libxfs/xfs_bmap.c
1860
PREV.br_startblock = nullstartblock(da_new);
fs/xfs/libxfs/xfs_bmap.c
1861
PREV.br_blockcount = temp;
fs/xfs/libxfs/xfs_bmap.c
1862
xfs_iext_insert(bma->ip, &bma->icur, &PREV, state);
fs/xfs/libxfs/xfs_bmap.c
1888
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
1894
RIGHT.br_state = PREV.br_state;
fs/xfs/libxfs/xfs_bmap.c
1897
PREV.br_startoff + PREV.br_blockcount - new_endoff;
fs/xfs/libxfs/xfs_bmap.c
1903
PREV.br_blockcount = new->br_startoff - PREV.br_startoff;
fs/xfs/libxfs/xfs_bmap.c
1904
PREV.br_startblock =
fs/xfs/libxfs/xfs_bmap.c
1906
PREV.br_blockcount));
fs/xfs/libxfs/xfs_bmap.c
1907
xfs_iext_update_extent(bma->ip, state, &bma->icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
1944
da_new = startblockval(PREV.br_startblock) +
fs/xfs/libxfs/xfs_bmap.c
2044
xfs_iext_get_extent(ifp, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2045
ASSERT(new->br_state != PREV.br_state);
fs/xfs/libxfs/xfs_bmap.c
2047
ASSERT(PREV.br_startoff <= new->br_startoff);
fs/xfs/libxfs/xfs_bmap.c
2048
ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
fs/xfs/libxfs/xfs_bmap.c
2054
if (PREV.br_startoff == new->br_startoff)
fs/xfs/libxfs/xfs_bmap.c
2056
if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
fs/xfs/libxfs/xfs_bmap.c
2113
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2171
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2181
error = xfs_bmbt_lookup_eq(cur, &PREV, &i);
fs/xfs/libxfs/xfs_bmap.c
2214
PREV.br_blockcount += RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2215
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
2220
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2249
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2261
PREV.br_state = new->br_state;
fs/xfs/libxfs/xfs_bmap.c
2262
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2276
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2289
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2290
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2291
PREV.br_startblock += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2292
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2294
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2310
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2327
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2328
PREV.br_startoff += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2329
PREV.br_startblock += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2330
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2332
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2348
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2367
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2368
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2374
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2390
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2407
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2408
PREV.br_blockcount -= new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2410
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2427
error = xfs_bmbt_update(cur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2454
old = PREV;
fs/xfs/libxfs/xfs_bmap.c
2455
PREV.br_blockcount = new->br_startoff - PREV.br_startoff;
fs/xfs/libxfs/xfs_bmap.c
2462
r[1].br_state = PREV.br_state;
fs/xfs/libxfs/xfs_bmap.c
2464
xfs_iext_update_extent(ip, state, icur, &PREV);
fs/xfs/libxfs/xfs_bmap.c
2487
cur->bc_rec.b = PREV;
fs/xfs/libxfs/xfs_bmap.c
6021
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_bmap.c
6023
__xfs_bmap_add(tp, XFS_BMAP_MAP, ip, whichfork, PREV);
fs/xfs/libxfs/xfs_bmap.c
6032
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_bmap.c
6034
__xfs_bmap_add(tp, XFS_BMAP_UNMAP, ip, whichfork, PREV);
fs/xfs/libxfs/xfs_refcount.c
1604
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_refcount.c
1609
__xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, isrt, PREV->br_startblock,
fs/xfs/libxfs/xfs_refcount.c
1610
PREV->br_blockcount);
fs/xfs/libxfs/xfs_refcount.c
1620
struct xfs_bmbt_irec *PREV)
fs/xfs/libxfs/xfs_refcount.c
1625
__xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, isrt, PREV->br_startblock,
fs/xfs/libxfs/xfs_refcount.c
1626
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, I_INO(ip), 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, I_INO(ip), 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, I_INO(ip), isrt, whichfork, PREV);