taglinefilesource code
linux_tape_label71drivers/char/ftape/ftape-eof.cstatic char linux_tape_label[] = "Linux raw format V";
linux_tape_label121drivers/char/ftape/ftape-eof.cif (memcmp(label, linux_tape_label, strlen(linux_tape_label)) == 0) {
linux_tape_label122drivers/char/ftape/ftape-eof.cint pos = strlen(linux_tape_label);
linux_tape_label330drivers/char/ftape/ftape-eof.cmemcpy(buffer + 30, linux_tape_label, strlen(linux_tape_label));
linux_tape_label331drivers/char/ftape/ftape-eof.cbuffer[30 + strlen(linux_tape_label)] = '2';
linux_tape_label422drivers/char/ftape/ftape-eof.cbuffer[30 + strlen(linux_tape_label)] = '2';