úÎÓ8     KThe name of an attribute. Some filesystems support arbitrarily long names,  but for portability you'+re recommended to limit this to 255 bytes. 7Represents the mode for an update (i.e. set) operation _Specifies a pure replace operation, which fails if the named attribute does not already exist. LSpecifies a pure create, which fails if the named attribute exists already. lThe attribute will be created if it does not yet exist, and replace the existing named attribute otherwise. GHC only experimental Evan Klitzke <evan@eklitzke.org>,Set an attribute on a regular file, by path }Like setxattr, but if the path is a symbolic link set the attribute on the link itself (not the file pointed to by the link) DLike setxattr, but use the handle specified rather than a file path ,Get an attribute on a regular file, by path }Like getxattr, but if the path is a symbolic link get the attribute on the link itself (not the file pointed to by the link) DLike getxattr, but use the handle specified rather than a file path  2Get a list of all of the attributes set on a path Like listxattr, but if the path is a symbolic link get the attributes on the link itself (not the file pointed to by the link) ELike listxattr, but use the handle specified rather than a file path           !" xattr-0.5.2System.Xattr.Types System.XattrAttrName XattrMode ReplaceMode CreateMode RegularModesetxattr lsetxattr fsetxattrgetxattr lgetxattr fgetxattr listxattr llistxattr flistxattr c_flistxattr c_llistxattr c_listxattr c_fgetxattr c_lgetxattr c_getxattr c_fsetxattr c_lsetxattr c_setxattrVoid allocBufSize allocCSize mkSetxattrhandleToIOCInt mkGetxattr splitNull mkListxattr