Lines Matching refs:xattr
51 1. Layout can store up to 2^48 bytes of compressed xattr data.
53 3. Total size of xattr data per inode 2^48 bytes of compressed data.
54 4. Up to 4 Gbytes of data per xattr value.
55 5. Inline and out-of-line xattr values supported for higher performance
56 in xattr scanning (listxattr & getxattr), and to allow xattr value
58 6. Both whole inode xattr duplicate detection and individual xattr value
863 | xattr |
870 fragment, export, uid/gid lookup and xattr tables are written.
987 The xattr table contains extended attributes for each inode. The xattrs
989 name and value field. The type field encodes the xattr prefix
992 is stored inline (in which case the value field contains the xattr value),
999 The xattr lists are packed into compressed 8K metadata blocks.
1001 location of the xattr list inside each inode, a 32-bit xattr id
1002 is stored. This xattr id is mapped into the location of the xattr
1003 list using a second xattr id lookup table.