Lines Matching full:extended
13 1. Support for extended attributes
24 Extended attributes (xattrs)
27 Squashfs file systems now have extended attribute support. The
28 extended attribute implementation has the following features:
46 Extended attribute support is in 2.6.35 and later kernels. File systems
47 with extended attributes can be mounted on 2.6.29 and later kernels, the
48 extended attributes will be ignored with a warning.
77 Don't store extended attributes
80 Store extended attributes
82 The default behaviour of Mksquashfs with respect to extended attribute
84 whether extended attributes are stored or not, e.g.
86 -no-xattrs don't store extended attributes
87 -xattrs store extended attributes (default)
89 shows that extended attributes are stored by default, and can be disabled
92 -no-xattrs don't store extended attributes (default)
93 -xattrs store extended attributes
95 shows that extended attributes are not stored by default, storage can be
101 Don't compress extended attributes
113 The default behaviour of Unsquashfs with respect to extended attributes
115 extended attributes are stored or not, e.g.