Lines Matching defs:full
418 * Allocate a buffer and read a full set of raw clusters
486 * Write a full set of raw clusters
544 * Write a full set of raw clusters to mft_mirr
585 char *full;
589 /* read full clusters */
593 * make a partial copy and free the full buffer
596 full = buffer;
601 memcpy(buffer, full + pos, size);
603 free(full);
634 char *full;
692 * If the record is smaller than a cluster, get a full
696 full = read_raw(vol, logr);
697 if (full) {
700 memcpy(full + pos, buffer, size);
701 err = write_raw(vol, logr, full);
704 full);
705 free(full);
709 /* write full clusters */
885 printf("-> full MFT record :\n");
939 printf("-> full record :\n");
1204 printf("** Bad attribute order, full record :\n");
1304 printf("full attr :\n");
1702 * Check whether a full MFT record is fed by an action
1748 * Check whether a full index block is fed by the log record
1767 /* the index length must be fed, so must be the full index block */
2983 printf("full record :\n");