Lines Matching full:file
20 initramfs buffer is thus a single .cpio.gz file.
59 c_ino 8 bytes File inode number
60 c_mode 8 bytes File mode and permissions
61 c_uid 8 bytes File uid
62 c_gid 8 bytes File gid
66 c_maj 8 bytes Major part of file device number
67 c_min 8 bytes Minor part of file device number
76 on Linux, and encodes the file type and file permissions.
78 The c_filesize should be zero for any file which is not a regular file
97 link rather than a second copy of the file is created. It is not
98 necessary (but permitted) to include a second copy of the file
99 contents; if the file contents is not included, the c_filesize field
101 present, the previous instance of the file is overwritten; this allows
102 the data-carrying instance of a file to occur anywhere in the sequence
104 file only.)
112 To combine file data from different sources (without having to
116 a) Separate the different file data sources with a "TRAILER!!!"