Lines Matching refs:of

12 expanded into a ramfs filesystem; this document details the format of
17 archive can be compressed using gzip(1). One valid version of an
20 The full format of the initramfs buffer is defined by the following
22 * is used to indicate "0 or more occurrences of"
25 GZIP() indicates the gzip(1) of the operand
39 In human terms, the initramfs buffer contains a collection of
44 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is
45 not ignored; see "handling of hard links" below.
47 The structure of the cpio_header is as follows (all fields contain
49 full width of the field, for example, the integer 4780 is represented
58 c_nlink 8 bytes Number of links
60 c_filesize 8 bytes Size of data field
61 c_maj 8 bytes Major part of file device number
62 c_min 8 bytes Minor part of file device number
63 c_rmaj 8 bytes Major part of device node reference
64 c_rmin 8 bytes Minor part of device node reference
65 c_namesize 8 bytes Length of filename, including final \0
66 c_chksum 8 bytes Checksum of data field if c_magic is 070702;
69 The c_mode field matches the contents of st_mode returned by stat(2)
75 The c_chksum field contains a simple 32-bit unsigned sum of all the
81 If the filename is "TRAILER!!!" this is actually an end-of-archive
82 marker; the c_filesize for an end-of-archive marker must be zero.
85 *** Handling of hard links
90 link rather than a second copy of the file is created. It is not
91 necessary (but permitted) to include a second copy of the file
94 present, the previous instance of the file is overwritten; this allows
95 the data-carrying instance of a file to occur anywhere in the sequence
96 (GNU cpio is reported to attach the data to the last instance of a
101 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is
106 regenerate the (c_maj,c_min,c_ino) fields), therefore, either one of
110 end-of-archive marker, or