Lines Matching refs:oldlen
2581 xfs_filblks_t oldlen=0; /* old indirect size */
2638 oldlen = startblockval(left.br_startblock) +
2642 oldlen);
2659 oldlen = startblockval(left.br_startblock) +
2662 oldlen);
2677 oldlen = startblockval(new->br_startblock) +
2680 oldlen);
2693 oldlen = newlen = 0;
2697 if (oldlen != newlen) {
2698 ASSERT(oldlen > newlen);
2699 xfs_mod_fdblocks(ip->i_mount, (int64_t)(oldlen - newlen),
2704 xfs_mod_delalloc(ip->i_mount, (int64_t)newlen - oldlen);