Lines Matching refs:start
1112 "Offset 0x%llx, start block 0x%llx, block count 0x%llx state 0x%x",
1334 * blocks at the end of the file which do not start at the previous data block,
1825 * We start with a delayed allocation:
2942 * then move the start forward without adjusting the length.
2955 * then move the start back without adjusting the length,
2957 * This may of course make the start overlap previous block,
2976 * the start forward to the first valid spot and set
3002 * Try to fix it by moving the start up.
3014 * Set the start to the minimum then trim the length.
3096 * start block based on it.
3131 * start block based on it.
3135 * Calculate gap to start of next block.
3140 * start and the gap size.
3147 * number, then just use the start of the next block
3416 * hence we can afford to start traversing from the 0th AG since
4034 * preallocation can occur at the start or end of the extent, even when
5261 xfs_fileoff_t start, /* first file offset deleted */
5285 trace_xfs_bunmap(ip, start, len, flags, _RET_IP_);
5309 end = start + len;
5336 while (end != (xfs_fileoff_t)-1 && end >= start &&
5353 if (end < start)
5362 if (got.br_startoff < start) {
5363 del.br_startoff = start;
5364 del.br_blockcount -= start - got.br_startoff;
5366 del.br_startblock += start - got.br_startoff;
5407 * chop it back to the start of the one we end at.
5435 } else if (del.br_startoff == start &&
5466 unwrite_start = max3(start,
5511 if (end != (xfs_fileoff_t)-1 && end >= start) {
5521 if (done || end == (xfs_fileoff_t)-1 || end < start)
5524 *rlen = end - start + 1;