Lines Matching refs:of
17 via CONFIG_DECOMPRESS_*. One valid version of an initramfs buffer is
20 The full format of the initramfs buffer is defined by the following
23 * is used to indicate "0 or more occurrences of"
26 GZIP() indicates gzip compression of the operand
27 BZIP2() indicates bzip2 compression of the operand
28 LZMA() indicates lzma compression of the operand
29 XZ() indicates xz compression of the operand
30 LZO() indicates lzo compression of the operand
31 LZ4() indicates lz4 compression of the operand
32 ZSTD() indicates zstd compression of the operand
48 In human terms, the initramfs buffer contains a collection of
53 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is
54 not ignored; see "handling of hard links" below.
56 The structure of the cpio_header is as follows (all fields contain
58 full width of the field, for example, the integer 4780 is represented
69 c_nlink 8 bytes Number of links
71 c_filesize 8 bytes Size of data field
72 c_maj 8 bytes Major part of file device number
73 c_min 8 bytes Minor part of file device number
74 c_rmaj 8 bytes Major part of device node reference
75 c_rmin 8 bytes Minor part of device node reference
76 c_namesize 8 bytes Length of filename, including final \0
77 c_chksum 8 bytes Checksum of data field if c_magic is 070702;
81 The c_mode field matches the contents of st_mode returned by stat(2)
94 The c_chksum field contains a simple 32-bit unsigned sum of all the
100 If the filename is "TRAILER!!!" this is actually an end-of-archive
101 marker; the c_filesize for an end-of-archive marker must be zero.
104 Handling of hard links
110 link rather than a second copy of the file is created. It is not
111 necessary (but permitted) to include a second copy of the file
114 present, the previous instance of the file is overwritten; this allows
115 the data-carrying instance of a file to occur anywhere in the sequence
116 (GNU cpio is reported to attach the data to the last instance of a
121 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is
126 regenerate the (c_maj,c_min,c_ino) fields), therefore, either one of
130 end-of-archive marker, or