Lines Matching full:attributes
3 Extended Attributes
6 Extended attributes (xattrs) are typically stored in a separate data
8 The first use of extended attributes seems to have been for storing file
10 option it is possible for users to store extended attributes so long as
14 There are two places where extended attributes can be found. The first
19 where extended attributes can be found is in the block pointed to by
29 Extended attributes, when stored after the inode, have a header
72 - Hash value of all attributes.
92 Attributes stored inside an inode do not need be stored in sorted order.
114 Multiple attributes can share the same value. For an inode attribute
131 update the hash for in-inode attributes, so for that case this value
152 Logically speaking, extended attributes are a series of key=value pairs.