Lines Matching refs:bytes
26 ALGN(n) means padding with null bytes to an n-byte boundary
41 formats); arbitrary amounts zero bytes (for padding) can be added
53 c_magic 6 bytes The string "070701" or "070702"
54 c_ino 8 bytes File inode number
55 c_mode 8 bytes File mode and permissions
56 c_uid 8 bytes File uid
57 c_gid 8 bytes File gid
58 c_nlink 8 bytes Number of links
59 c_mtime 8 bytes Modification time
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;
76 bytes in the data field. cpio(1) refers to this as "crc", which is