Lines Matching refs:left
120 * the runlist is left unchanged if the reallocation fails
219 * left unmodified.
277 * left end of the new runlist, if necessary. Adjust the size of the hole
286 * left unmodified.
291 BOOL left = FALSE; /* Left end of @src needs merging */
310 left = ntfs_rl_are_mergeable(dst + loc - 1, src);
313 if (left)
322 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc);
330 if (left)
336 * If "left", then the first run in @src has been merged with one in @dst.
339 marker = loc + ssize - left + disc;
343 ntfs_rl_mc(dst, loc + disc, src, left, ssize - left);
373 * Replace the runlist element @dst at @loc with @src. Merge the left and
382 * left unmodified.
389 BOOL left = FALSE; /* Left end of @src needs merging */
401 /* First, see if the left and right ends need merging. */
405 left = ntfs_rl_are_mergeable(dst + loc - 1, src);
407 /* Allocate some space. We'll need less if the left, right, or both
410 delta = ssize - 1 - left - right;
421 /* First, merge the left and right ends, if necessary. */
424 if (left)
437 * If "left", then the first run in @src has been merged with one in @dst.
439 marker = loc + ssize - left;
443 ntfs_rl_mc(dst, loc, src, left, ssize - left);
470 * left unmodified.
740 * left unmodified. The following error codes are defined:
769 * On error, return NULL with errno set to the error code. @old_rl is left