Lines Matching defs:old
1505 xfs_filblks_t da_old; /* old count del alloc blocks used */
1508 struct xfs_bmbt_irec old;
1639 old = LEFT;
1650 error = xfs_bmbt_lookup_eq(bma->cur, &old, &i);
1733 old = LEFT;
1752 error = xfs_bmbt_lookup_eq(bma->cur, &old, &i);
1819 old = RIGHT;
1828 error = xfs_bmbt_lookup_eq(bma->cur, &old, &i);
1920 old = PREV;
2056 struct xfs_bmbt_irec old;
2306 old = PREV;
2319 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2343 old = PREV;
2356 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2381 old = PREV;
2396 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2420 old = PREV;
2432 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2464 old = PREV;
2470 old.br_startoff + old.br_blockcount - new_endoff;
2484 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2581 xfs_filblks_t oldlen=0; /* old indirect size */
2731 struct xfs_bmbt_irec old;
2833 old = left;
2843 error = xfs_bmbt_lookup_eq(cur, &old, &i);
2862 old = right;
2873 error = xfs_bmbt_lookup_eq(cur, &old, &i);
4331 xfs_fileoff_t obno; /* old block number (offset) */
5017 struct xfs_bmbt_irec old;
5148 old = got;
5191 error = xfs_bmbt_update(cur, &old);
5198 xfs_iext_update_extent(ip, state, icur, &old);