Lines Matching full:extended
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
18 available for in-inode extended attribute storage. The second place
19 where extended attributes can be found is in the block pointed to by
21 block to contain a pointer to a second extended attribute block (or even
29 Extended attributes, when stored after the inode, have a header
46 The beginning of an extended attribute block is in
76 - Checksum of the extended attribute block.
83 of the extended attribute block, and the entire block (header +
152 Logically speaking, extended attributes are a series of key=value pairs.