Lines Matching refs:tail
233 /* Move the tail of @dst out of the way, then copy in @src. */
320 /* Move the tail of @dst out of the way, then copy in @src. */
373 int tail; /* Start of tail of @dst. */
405 * Offset of the tail of @dst. This needs to be moved out of the way
407 * run of the tail of @dst.
408 * Nominally, @tail equals @loc + 1, i.e. location, skipping the
412 tail = loc + right + 1;
415 * the tail of @dst needs to be moved to.
422 /* Move the tail of @dst out of the way, then copy in @src. */
423 ntfs_rl_mm(dst, marker, tail, dsize - tail);
427 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT)
471 /* Move the tail of @dst out of the way, then copy in @src. */
1695 /* We have done the hole. Now deal with the remaining tail. */
1701 /* Adjust the beginning of the tail if necessary. */