Lines Matching refs:tail
254 /* Move the tail of @dst out of the way, then copy in @src. */
341 /* Move the tail of @dst out of the way, then copy in @src. */
391 int tail; /* Start of tail of @dst */
428 * tail - Offset of the tail of @dst
429 * Nominally: @tail = @loc + 1 (location, skipping the replaced run)
432 tail = loc + right + 1;
441 /* Move the tail of @dst out of the way, then copy in @src. */
442 ntfs_rl_mm(dst, marker, tail, dsize - tail);
446 if (((dsize - tail) > 0) && (dst[marker].lcn == LCN_ENOENT))
490 /* Move the tail of @dst out of the way, then copy in @src. */