Lines Matching full:bits
47 - Lower 16-bits of Owner UID.
51 - Lower 32-bits of size in bytes.
63 value and this field contains the lower 32 bits of the attribute value's
79 - Lower 16-bits of GID.
93 - Lower 32-bits of “block” count. If the huge_file feature flag is not
120 - Lower 32-bits of extended attribute block. ACLs are of course one of
126 - Upper 32-bits of file/directory size. In ext2/3 this field was named
144 - Upper 16-bits of the inode checksum.
148 - Extra change time bits. This provides sub-second precision. See Inode
153 - Extra modification time bits. This provides sub-second precision.
157 - Extra access time bits. This provides sub-second precision.
165 - Extra file creation time bits. This provides sub-second precision.
169 - Upper 32-bits for version number.
332 bits of the attribute value's reference count.
381 - Upper 16-bits of the block count. Please see the note attached to
386 - Upper 16-bits of the extended attribute block (historically, the file
391 - Upper 16-bits of the Owner UID.
395 - Upper 16-bits of the GID.
399 - Lower 16-bits of the inode checksum.
422 - Upper 16-bits of the file mode.
426 - Upper 16-bits of the Owner UID.
430 - Upper 16-bits of the GID.
453 - Upper 16-bits of the extended attribute block (historically, the file
510 inode fields are widened to 64 bits. Within this “extra” 32-bit field,
511 the lower two bits are used to extend the 32-bit seconds field to be 34
512 bit wide; the upper 30 bits are used to provide nanosecond timestamp
515 creation time (crtime); this field is 64-bits wide and decoded in the
519 We use the 32-bit signed time value plus (2^32 * (extra epoch bits)).
526 * - Extra epoch bits
576 incorrectly use the extra epoch bits 1,1 for dates between 1901 and