Lines Matching +full:40 +full:a
6 Extended attributes (xattrs) are typically stored in a separate data
21 block to contain a pointer to a second extended attribute block (or even
22 the remaining blocks of a cluster). In theory it is possible for each
23 attribute's value to be stored in a separate data block, though as of
29 Extended attributes, when stored after the inode, have a header
33 :widths: 8 8 24 40
50 :widths: 8 8 24 40
95 :widths: 8 8 24 40
109 - Attribute name index. There is a discussion of this below.
115 this value is relative to the start of the first entry; for a block this
140 be a requirement that they be aligned to 4-byte boundaries. The values
143 put into a separate disk block. If the disk block fills up, the
152 Logically speaking, extended attributes are a series of key=value pairs.
155 is matched against the attribute name index. If a match is found, the
157 the key name. Here is a map of name index values to key prefixes:
188 POSIX ACLs are stored in a reduced version of the Linux kernel (and