Module ext2::xattr

source ·
Expand description

Provides utilites for extended attributes.

Structs§

Constants§

Functions§

  • align 🔒
  • Retrieves the list of pairs of a name and a value of the extended attribute of the given path. If path is a symbolic link, it won’t be followed and the value of the symlink itself is returned. The return values are byte arrays WITHOUT trailing NULL byte.
  • lgetxattr 🔒
  • listxattr 🔒
  • Sets the extended attribute of the given path with the given key and value.