Expand description
Provides utilites for extended attributes.
Structs§
- Xattr data written into Inode’s inline xattr space.
 
Constants§
Functions§
- align 🔒
 - Retrieves the list of pairs of a name and a value of the extended attribute of the given
path. Ifpathis 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. - Sets the extended attribute of the given
pathwith the givenkeyandvalue.